| Class and Description |
|---|
Command
Command interface represents a command the client can execute. |
CommandHandler
CommandHandler interface defines methods which allow its implementations to do the actual
work of processing a concrete type of Command implementation and produce a response that
is a concerete implementation of CommandResponse. |
CommandHandlerRegistry
CommandHandlerRegistry interface defines methods for adding, removing, and retrieving
CommandHandlers based on the type of the Command. |
CommandResponse
CommandResponse interface represents the response returned from executing a
Command. |
| Class and Description |
|---|
Command
Command interface represents a command the client can execute. |
CommandHandler
CommandHandler interface defines methods which allow its implementations to do the actual
work of processing a concrete type of Command implementation and produce a response that
is a concerete implementation of CommandResponse. |
CommandHandlerRegistry
CommandHandlerRegistry interface defines methods for adding, removing, and retrieving
CommandHandlers based on the type of the Command. |
CommandResponse
CommandResponse interface represents the response returned from executing a
Command. |
| Class and Description |
|---|
CommandHandler
CommandHandler interface defines methods which allow its implementations to do the actual
work of processing a concrete type of Command implementation and produce a response that
is a concerete implementation of CommandResponse. |
| Class and Description |
|---|
Command
Command interface represents a command the client can execute. |
CommandHandlerRegistry
CommandHandlerRegistry interface defines methods for adding, removing, and retrieving
CommandHandlers based on the type of the Command. |
Copyright © 2018. All rights reserved.