CommandManagerMock

org.eso.ias.supervisor.test.CommandManagerMock
See theCommandManagerMock companion object
class CommandManagerMock(id: String) extends CommandManager

Attributes

Companion
object
Graph
Supertypes
class CommandManager
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(identifier: Identifier)

Secondary constructor

Secondary constructor

Value parameters

identifier

The identifier

Attributes

Concrete methods

override def close(): Unit

Close the producer and the consumer and release all the allocated resources.

Close the producer and the consumer and release all the allocated resources.

Attributes

Definition Classes
CommandManager
override def start(commandListener: CommandListener, closeable: AutoCloseable): Unit

Mockup for start getting events from the command topic and send them to the passed listener.

Mockup for start getting events from the command topic and send them to the passed listener.

Value parameters

closeable

The closeable class to free the resources while exiting/restating

commandListener

The listener of commands that execute all the commands

Attributes

Definition Classes
CommandManager