Class HttpPollingConnector
java.lang.Object
io.camunda.connector.http.polling.HttpPollingConnector
- All Implemented Interfaces:
InboundConnectorExecutable<InboundIntermediateConnectorContext>
public class HttpPollingConnector
extends Object
implements InboundConnectorExecutable<InboundIntermediateConnectorContext>
-
Constructor Summary
ConstructorsConstructorDescriptionHttpPollingConnector(HttpService httpService, SharedExecutorService executorService) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoid
-
Constructor Details
-
HttpPollingConnector
public HttpPollingConnector()
-
-
Method Details
-
activate
- Specified by:
activatein interfaceInboundConnectorExecutable<InboundIntermediateConnectorContext>
-
deactivate
public void deactivate()- Specified by:
deactivatein interfaceInboundConnectorExecutable<InboundIntermediateConnectorContext>
-