public abstract class AbstractParticipantInvocation<Data> extends java.lang.Object implements ParticipantInvocation<Data>
Modifier | Constructor and Description |
---|---|
protected |
AbstractParticipantInvocation(java.util.Optional<java.util.function.Predicate<Data>> invocablePredicate) |
Modifier and Type | Method and Description |
---|---|
boolean |
isInvocable(Data data) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isSuccessfulReply, makeCommandToSend
protected AbstractParticipantInvocation(java.util.Optional<java.util.function.Predicate<Data>> invocablePredicate)
public boolean isInvocable(Data data)
isInvocable
in interface ParticipantInvocation<Data>