Class Message

java.lang.Object
tech.underoaks.coldcase.remote.Message
Direct Known Subclasses:
Messages.AbortRemoteGSUsMessage, Messages.AppendRemoteInteractionMessage, Messages.AppendRemoteInteractionResponseMessage, Messages.ApplyRemoteGSUsMessage, Messages.CreateRemoteInteractionChainMessage, Messages.CreateRemoteInteractionChainResponseMessage

public abstract class Message extends Object
Abstract base class representing a generic message in the remote game controller system.

This class provides a common structure for all messages by including a unique identifier for the associated remote game controller instance.

  • Constructor Details

    • Message

      public Message()
  • Method Details

    • getRemoteGameControllerInstanceId

      public String getRemoteGameControllerInstanceId()
      Gets the current identifier of the RemoteGameController
      Returns:
      the id of the associated remote game controller instance
    • setRemoteGameControllerInstanceId

      public void setRemoteGameControllerInstanceId(String remoteGameControllerInstanceId)
      Sets the current identifier of the RemoteGameController
      Parameters:
      remoteGameControllerInstanceId - The id of the associated remote game controller instance