Package | Description |
---|---|
org.apache.camel.component.infinispan | |
org.apache.camel.component.infinispan.embedded | |
org.apache.camel.component.infinispan.remote |
Modifier and Type | Method and Description |
---|---|
InfinispanCustomListener |
InfinispanConfiguration.getCustomListener()
Returns the custom listener in use, if provided
|
Modifier and Type | Method and Description |
---|---|
void |
InfinispanConfiguration.setCustomListener(InfinispanCustomListener customListener) |
Modifier and Type | Class and Description |
---|---|
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.
|
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.
|
Apache Camel