Interface FencedRpcGateway<F extends Serializable>

  • Type Parameters:
    F - type of the fencing token
    All Superinterfaces:
    RpcGateway

    public interface FencedRpcGateway<F extends Serializable>
    extends RpcGateway
    Fenced RpcGateway. This gateway allows to have access to the associated fencing token.
    • Method Detail

      • getFencingToken

        F getFencingToken()
        Get the current fencing token.
        Returns:
        current fencing token