Class DefaultCommandGateway

java.lang.Object
io.fluxcapacitor.javaclient.publishing.DefaultCommandGateway
All Implemented Interfaces:
CommandGateway, HasLocalHandlers

public class DefaultCommandGateway extends Object implements CommandGateway
Default implementation of the CommandGateway interface.

This class delegates all functionality to an underlying GenericGateway instance, enabling the use of command gateway methods while leveraging the generic gateway's capabilities.

See Also:
  • Constructor Details

    • DefaultCommandGateway

      public DefaultCommandGateway()