Class ProcessEventJobHandler.EventSubscriptionJobConfiguration
- java.lang.Object
-
- org.camunda.bpm.engine.impl.jobexecutor.ProcessEventJobHandler.EventSubscriptionJobConfiguration
-
- All Implemented Interfaces:
JobHandlerConfiguration
- Enclosing class:
- ProcessEventJobHandler
public static class ProcessEventJobHandler.EventSubscriptionJobConfiguration extends java.lang.Object implements JobHandlerConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
eventSubscriptionId
-
Constructor Summary
Constructors Constructor Description EventSubscriptionJobConfiguration(java.lang.String eventSubscriptionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEventSubscriptionId()
java.lang.String
toCanonicalString()
-
-
-
Method Detail
-
getEventSubscriptionId
public java.lang.String getEventSubscriptionId()
-
toCanonicalString
public java.lang.String toCanonicalString()
- Specified by:
toCanonicalString
in interfaceJobHandlerConfiguration
-
-