Interface FencedMessage<F extends Serializable,P>
-
- Type Parameters:
F- type of the fencing tokenP- type of the payload
- All Superinterfaces:
Message
- All Known Implementing Classes:
LocalFencedMessage,RemoteFencedMessage
public interface FencedMessage<F extends Serializable,P> extends Message
Interface for fenced messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FgetFencingToken()PgetPayload()
-