Class RabbitMqExecutable

java.lang.Object
io.camunda.connector.rabbitmq.inbound.RabbitMqExecutable
All Implemented Interfaces:
io.camunda.connector.api.inbound.InboundConnectorExecutable

public class RabbitMqExecutable extends Object implements io.camunda.connector.api.inbound.InboundConnectorExecutable
  • Constructor Details

    • RabbitMqExecutable

      public RabbitMqExecutable()
    • RabbitMqExecutable

      public RabbitMqExecutable(ConnectionFactorySupplier connectionFactorySupplier)
  • Method Details

    • activate

      public void activate(io.camunda.connector.api.inbound.InboundConnectorContext context) throws Exception
      Specified by:
      activate in interface io.camunda.connector.api.inbound.InboundConnectorExecutable
      Throws:
      Exception
    • deactivate

      public void deactivate() throws Exception
      Specified by:
      deactivate in interface io.camunda.connector.api.inbound.InboundConnectorExecutable
      Throws:
      Exception