Class GlobalInboundInvocationHandler

    • Constructor Detail

      • GlobalInboundInvocationHandler

        public GlobalInboundInvocationHandler()
    • Method Detail

      • handleFromCluster

        public void handleFromCluster​(Address origin,
                                      org.infinispan.commands.ReplicableCommand command,
                                      Reply reply,
                                      DeliverOrder order)
        Description copied from interface: InboundInvocationHandler
        Handles the ReplicableCommand from other node belonging to local site.
        Specified by:
        handleFromCluster in interface InboundInvocationHandler
        Parameters:
        origin - the sender Address
        command - the ReplicableCommand to handler
        reply - the return value is passed to this object in order to be sent back to the origin
        order - the DeliverOrder in which the command was sent