Class ClientCommandFactory
java.lang.Object
za.co.wethinkcode.robots.server.clientCommands.ClientCommandFactory
Factory pattern for processing Client Commands
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClientCommandcreateCommand(ImplementedClientCommands commandType, ClientCommandRequest clientCommandRequest, WorldStateIdentity worldStateIdentity, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Static method that allows in place creation of commands from the client
-
Constructor Details
-
ClientCommandFactory
public ClientCommandFactory()
-
-
Method Details