Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Default Value

Type

Context

Description

cacheContainer

null

CacheContainer

Shared

Reference to a org.infinispan.manager.CacheContainer in the Registry.

cacheName

null

String

Shared

The cache name to use. If not specified, default cache is used.

command

PUT

String

Producer

The operation to perform. Currently supports the following values: PUT, PUT ALL, PUT IF ABSENT, GET, REMOVE, REPLACE, SIZE, CLEAR.

From Camel 2.16: PUT ALL, PUT IF ABSENT, REPLACE, SIZE.

eventTypes

null

Set<String>

Consumer

The event types to register. By default will listen for all event types. Possible values defined in org.infinispan.notifications.cachelistener.event.Event.Type

sync

true

Boolean

Consumer

By default the consumer will receive notifications synchronosly, by the same thread that process the cache operation.

...