public class DuplicateEventsConfiguration extends java.lang.Object implements Configuration
DURABLE_SUBSCRIPTION, FILTER, IDEMPOTENT_CONSUMER, ORDERING, SERVER_SIDE_FILTER, THREAD_POOL
Constructor and Description |
---|
DuplicateEventsConfiguration() |
DuplicateEventsConfiguration(java.lang.String header,
org.apache.camel.spi.IdempotentRepository<java.lang.String> repository) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHeader() |
org.apache.camel.spi.IdempotentRepository<java.lang.String> |
getRepository() |
int |
getType()
Returns the configuration type represented as an integer
|
public DuplicateEventsConfiguration()
public DuplicateEventsConfiguration(java.lang.String header, org.apache.camel.spi.IdempotentRepository<java.lang.String> repository)
public java.lang.String getHeader()
public org.apache.camel.spi.IdempotentRepository<java.lang.String> getRepository()
public int getType()
Configuration
getType
in interface Configuration