Class LocalFencedMessage<F extends Serializable,​P>

  • Type Parameters:
    F - type of the fencing token
    P - type of the payload
    All Implemented Interfaces:
    FencedMessage<F,​P>, Message

    public class LocalFencedMessage<F extends Serializable,​P>
    extends Object
    implements FencedMessage<F,​P>
    Local FencedMessage implementation. This message is used when the communication is local and thus does not require its payload to be serializable.