Class HazelcastInstanceEndpointBuilderFactory.HazelcastInstanceHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.HazelcastInstanceEndpointBuilderFactory.HazelcastInstanceHeaderNameBuilder
Enclosing interface:
HazelcastInstanceEndpointBuilderFactory

public static class HazelcastInstanceEndpointBuilderFactory.HazelcastInstanceHeaderNameBuilder extends Object
The builder of headers' name for the Hazelcast Instance component.
  • Constructor Details

    • HazelcastInstanceHeaderNameBuilder

      public HazelcastInstanceHeaderNameBuilder()
  • Method Details

    • 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.
    • hazelcastInstanceHost

      public String hazelcastInstanceHost()
      The host name of the instance. The option is a: String type. Group: consumer
      Returns:
      the name of the header HazelcastInstanceHost.
    • hazelcastInstancePort

      public String hazelcastInstancePort()
      The port number of the instance. The option is a: Integer type. Group: consumer
      Returns:
      the name of the header HazelcastInstancePort.