Class HazelcastPayload.Bytes

    • Constructor Detail

      • Bytes

        public Bytes​(byte[] bytes)
    • Method Detail

      • getCommand

        public org.eclipse.persistence.sessions.coordination.Command getCommand​(org.eclipse.persistence.sessions.coordination.RemoteCommandManager rcm)
        Returns the serialized Command from the provided bytes.
        Specified by:
        getCommand in class HazelcastPayload
        Parameters:
        rcm - The RemoteCommandManager to use for serialization.
        Returns:
        coordination command serialized from bytes.