Class AbstractEventBasedGatewayBuilder<B extends AbstractEventBasedGatewayBuilder<B>>

    • Method Detail

      • instantiate

        public B instantiate()
        Sets the build event based gateway to be instantiate.
        Returns:
        the builder object
      • eventGatewayType

        public B eventGatewayType​(EventBasedGatewayType eventGatewayType)
        Sets the event gateway type of the build event based gateway.
        Parameters:
        eventGatewayType - the event gateway type to set
        Returns:
        the builder object