public class CassandraMappingEvent<T> extends ApplicationEvent
ApplicationEvent triggered by Spring Data Cassandra.source| Constructor and Description |
|---|
CassandraMappingEvent(T source,
CqlIdentifier tableName)
Creates new
CassandraMappingEvent. |
| Modifier and Type | Method and Description |
|---|---|
T |
getSource() |
CqlIdentifier |
getTableName() |
getTimestamptoStringpublic CassandraMappingEvent(T source, CqlIdentifier tableName)
CassandraMappingEvent.source - must not be null.tableName - must not be null.public CqlIdentifier getTableName()
public T getSource()
getSource in class EventObjectCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.