Class BeforeDeleteEvent<T>

All Implemented Interfaces:
Serializable

public class BeforeDeleteEvent<T> extends AbstractDeleteEvent<T>
Event thrown before a row or a set of rows is deleted.
Since:
2.1
Author:
Lukasz Antoniak, Mark Paluch
See Also:
  • Constructor Details

    • BeforeDeleteEvent

      public BeforeDeleteEvent(com.datastax.oss.driver.api.core.cql.Statement<?> source, Class<T> type, com.datastax.oss.driver.api.core.CqlIdentifier tableName)
      Create a new BeforeDeleteEvent.
      Parameters:
      source - must not be null.
      type - must not be null.
      tableName - must not be null.