Package | Description |
---|---|
org.apache.camel.component.infinispan | |
org.apache.camel.component.infinispan.embedded | |
org.apache.camel.component.infinispan.remote |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanCustomListener
This class is supposed to be extended by users and annotated with @Listener or @ClientListener
and passed to the consumer endpoint through the 'customListener' parameter.
|
Modifier and Type | Method and Description |
---|---|
InfinispanEventListener |
InfinispanConsumer.getListener() |
InfinispanEventListener |
InfinispanConsumerHandler.start(InfinispanConsumer consumer) |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanAsyncClusteredEventListener |
class |
InfinispanAsyncLocalEventListener |
class |
InfinispanEmbeddedCustomListener
This class is supposed to be extended by users and annotated with @Listener
and passed to the consumer endpoint through the 'customListener' parameter.
|
class |
InfinispanSyncClusteredEventListener |
class |
InfinispanSyncLocalEventListener |
Modifier and Type | Method and Description |
---|---|
InfinispanEventListener |
InfinispanConsumerEmbeddedHandler.start(InfinispanConsumer consumer) |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanRemoteCustomListener
This class is supposed to be extended by users and annotated with @ClientListener
and passed to the consumer endpoint through the 'customListener' parameter.
|
class |
InfinispanRemoteEventListener |
Modifier and Type | Method and Description |
---|---|
InfinispanEventListener |
InfinispanConsumerRemoteHandler.start(InfinispanConsumer consumer) |
Apache Camel