@Service public class EventSubscriptionService extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FlowableClientService |
clientUtil |
| Constructor and Description |
|---|
EventSubscriptionService() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getEventSubscription(ServerConfig serverConfig,
String eventSubscriptionId) |
com.fasterxml.jackson.databind.JsonNode |
listEventSubscriptions(ServerConfig serverConfig,
Map<String,String[]> parameterMap) |
void |
triggerExecutionEvent(ServerConfig serverConfig,
String eventType,
String eventName,
String executionId) |
void |
triggerMessageEvent(ServerConfig serverConfig,
String eventName,
String tenantId) |
void |
triggerSignalEvent(ServerConfig serverConfig,
String eventName) |
@Autowired protected FlowableClientService clientUtil
public com.fasterxml.jackson.databind.JsonNode listEventSubscriptions(ServerConfig serverConfig, Map<String,String[]> parameterMap)
public com.fasterxml.jackson.databind.JsonNode getEventSubscription(ServerConfig serverConfig, String eventSubscriptionId)
public void triggerExecutionEvent(ServerConfig serverConfig, String eventType, String eventName, String executionId)
public void triggerMessageEvent(ServerConfig serverConfig, String eventName, String tenantId)
public void triggerSignalEvent(ServerConfig serverConfig, String eventName)
Copyright © 2020 Flowable. All rights reserved.