public class ParticipantInvocationImpl<Data,C extends com.networknt.eventuate.common.Command> extends Object implements ParticipantInvocation<Data>
| Constructor and Description |
|---|
ParticipantInvocationImpl(Function<Data,com.networknt.tram.command.consumer.CommandWithDestination> commandBuilder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSuccessfulReply(com.networknt.tram.message.common.Message message) |
com.networknt.tram.command.consumer.CommandWithDestination |
makeCommandToSend(Data data) |
public boolean isSuccessfulReply(com.networknt.tram.message.common.Message message)
isSuccessfulReply in interface ParticipantInvocation<Data>public com.networknt.tram.command.consumer.CommandWithDestination makeCommandToSend(Data data)
makeCommandToSend in interface ParticipantInvocation<Data>Copyright © 2018. All rights reserved.