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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(io.camunda.connector.api.inbound.InboundConnectorContext context) void
-
Constructor Details
-
RabbitMqExecutable
public RabbitMqExecutable() -
RabbitMqExecutable
-
-
Method Details
-
activate
public void activate(io.camunda.connector.api.inbound.InboundConnectorContext context) throws Exception - Specified by:
activatein interfaceio.camunda.connector.api.inbound.InboundConnectorExecutable- Throws:
Exception
-
deactivate
- Specified by:
deactivatein interfaceio.camunda.connector.api.inbound.InboundConnectorExecutable- Throws:
Exception
-