Class HazelcastQueueEndpointBuilderFactory.HazelcastQueueHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.HazelcastQueueEndpointBuilderFactory.HazelcastQueueHeaderNameBuilder
Enclosing interface:
HazelcastQueueEndpointBuilderFactory

public static class HazelcastQueueEndpointBuilderFactory.HazelcastQueueHeaderNameBuilder extends Object
The builder of headers' name for the Hazelcast Queue component.
  • Constructor Details

    • HazelcastQueueHeaderNameBuilder

      public HazelcastQueueHeaderNameBuilder()
  • Method Details

    • hazelcastObjectId

      public String hazelcastObjectId()
      the object id to store / find your object inside the cache. The option is a: String type. Group: common
      Returns:
      the name of the header HazelcastObjectId.
    • hazelcastDrainToCollection

      public String hazelcastDrainToCollection()
      The collection to transfer elements into. The option is a: Collection type. Group: producer
      Returns:
      the name of the header HazelcastDrainToCollection.
    • hazelcastListenerAction

      public String hazelcastListenerAction()
      The type of event - here added and removed. The option is a: String type. Group: consumer
      Returns:
      the name of the header HazelcastListenerAction.
    • hazelcastListenerType

      public String hazelcastListenerType()
      The map consumer. The option is a: String type. Group: consumer
      Returns:
      the name of the header HazelcastListenerType.
    • hazelcastListenerTime

      public String hazelcastListenerTime()
      The time of the event in millis. The option is a: Long type. Group: consumer
      Returns:
      the name of the header HazelcastListenerTime.
    • hazelcastCacheName

      public String hazelcastCacheName()
      The name of the cache - e.g. foo. The option is a: String type. Group: consumer
      Returns:
      the name of the header HazelcastCacheName.
    • hazelcastOperationType

      public String hazelcastOperationType()
      The operation to perform. The option is a: String type. Group: producer
      Returns:
      the name of the header HazelcastOperationType.