public class InboundMessageHandlerImpl extends Object implements InboundMessageHandler
| Modifier and Type | Field and Description |
|---|---|
protected InboundMessageAccountService |
inboundMessageAccountService |
protected InboundMessageRoutingService |
inboundMessageRoutingService |
protected InboundUnsupportedMessageService |
inboundUnsupportedMessageService |
protected com.flowable.core.idm.api.UserAccountService |
userAccountService |
| Constructor and Description |
|---|
InboundMessageHandlerImpl(com.flowable.core.idm.api.UserAccountService userAccountService,
InboundMessageRoutingService inboundMessageRoutingService,
InboundMessageAccountService inboundMessageAccountService,
InboundUnsupportedMessageService inboundUnsupportedMessageService) |
| Modifier and Type | Method and Description |
|---|---|
InboundMessageBuilder |
createInboundMessageBuilder() |
protected com.flowable.core.idm.api.UserAccount |
getUserAccount(InboundMessage builder) |
protected void |
routeAsExternalUser(com.flowable.core.idm.api.UserAccount userAccount,
Runnable runnable) |
void |
send(InboundMessage builder) |
void |
sendUnsupported(InboundMessage builder) |
protected final com.flowable.core.idm.api.UserAccountService userAccountService
protected final InboundMessageRoutingService inboundMessageRoutingService
protected final InboundMessageAccountService inboundMessageAccountService
protected final InboundUnsupportedMessageService inboundUnsupportedMessageService
public InboundMessageHandlerImpl(com.flowable.core.idm.api.UserAccountService userAccountService,
InboundMessageRoutingService inboundMessageRoutingService,
InboundMessageAccountService inboundMessageAccountService,
InboundUnsupportedMessageService inboundUnsupportedMessageService)
public InboundMessageBuilder createInboundMessageBuilder()
createInboundMessageBuilder in interface InboundMessageHandlerpublic void send(InboundMessage builder)
public void sendUnsupported(InboundMessage builder)
protected com.flowable.core.idm.api.UserAccount getUserAccount(InboundMessage builder)
protected void routeAsExternalUser(com.flowable.core.idm.api.UserAccount userAccount,
Runnable runnable)
Copyright © 2019. All rights reserved.