Class HeartbeatModule

    • Constructor Detail

      • HeartbeatModule

        public HeartbeatModule()
    • Method Detail

      • getId

        public String getId()
        Description copied from interface: SinkModule
        Globally unique identifier. Used in the JMS queue name in the Camel implementation.
      • getNumConsumerThreads

        public int getNumConsumerThreads()
        Description copied from interface: SinkModule
        The number of threads used to consume from the broker.
      • getAsyncPolicy

        public AsyncPolicy getAsyncPolicy()
        Description copied from interface: SinkModule
        Defines how messages should be asynchronously dispatched.
        Returns:
        the AsyncPolicy used when asynchronously dispatching messages for this module.