Class VertxEventBusConnectorIncomingConfiguration

    • Constructor Detail

      • VertxEventBusConnectorIncomingConfiguration

        public VertxEventBusConnectorIncomingConfiguration​(org.eclipse.microprofile.config.Config config)
        Creates a new VertxEventBusConnectorIncomingConfiguration.
    • Method Detail

      • getBroadcast

        public Boolean getBroadcast()
        Gets the broadcast value from the configuration. Attribute Name: broadcast Description: Whether to dispatch the messages to multiple consumers Default Value: false
        Returns:
        the broadcast
      • getUseReplyAsAck

        public Boolean getUseReplyAsAck()
        Gets the use-reply-as-ack value from the configuration. Attribute Name: use-reply-as-ack Description: Whether acknowledgement is done by replying to the incoming message with a _dummy_ reply Default Value: false
        Returns:
        the use-reply-as-ack