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 SummaryFields Modifier and Type Field Description protected java.lang.StringeventSubscriptionId
 - 
Constructor SummaryConstructors Constructor Description EventSubscriptionJobConfiguration(java.lang.String eventSubscriptionId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEventSubscriptionId()java.lang.StringtoCanonicalString()
 
- 
- 
- 
Method Detail- 
getEventSubscriptionIdpublic java.lang.String getEventSubscriptionId() 
 - 
toCanonicalStringpublic java.lang.String toCanonicalString() - Specified by:
- toCanonicalStringin interface- JobHandlerConfiguration
 
 
- 
 
-