Class DynamicCommand

java.lang.Object
ai.stapi.serialization.AbstractSerializableObject
ai.stapi.graphsystem.messaging.command.AbstractCommand<T>
ai.stapi.graphsystem.messaging.command.AbstractPayloadCommand<ai.stapi.identity.UniqueIdentifier>
ai.stapi.graphsystem.messaging.command.DynamicCommand
All Implemented Interfaces:
Command, EndpointCommand, ai.stapi.serialization.SerializableObject

public class DynamicCommand extends AbstractPayloadCommand<ai.stapi.identity.UniqueIdentifier>
  • Field Details

  • Constructor Details

    • DynamicCommand

      public DynamicCommand(ai.stapi.identity.UniqueIdentifier targetIdentifier, String serializationType, Map<String,Object> data)