SupervisorContainerCommonMessages
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
Represents a restart message for a component
Represents a restart message for a component
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CommonMessagetrait ContainerCommonMessagetrait ContainerMessagetrait ComponentCommonMessagetrait RemoteMsgtrait CommandSerializabletrait ComponentMessageclass Objecttrait Matchableclass AnyShow all
- Self type
-
Restart.type
Represents a shutdown message for a component. When received, component takes necessary clean up action and unregisters itself with location service. If the component is a container or run as a standalone process, then shutdown will also kill the jvm process it is running in.
Represents a shutdown message for a component. When received, component takes necessary clean up action and unregisters itself with location service. If the component is a container or run as a standalone process, then shutdown will also kill the jvm process it is running in.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait CommonMessagetrait ContainerCommonMessagetrait ContainerMessagetrait ComponentCommonMessagetrait RemoteMsgtrait CommandSerializabletrait ComponentMessageclass Objecttrait Matchableclass AnyShow all
- Self type
-
Shutdown.type
Value members
Concrete methods
A Java helper that represents a restart message for a component
A Java helper that represents a restart message for a component
Attributes
A Java helper that represents a message for a component. When received, component takes necessary clean up action and unregisters itself with location service. If the component is a container or run as a standalone process, then shutdown will also kill the jvm process it is running in.
A Java helper that represents a message for a component. When received, component takes necessary clean up action and unregisters itself with location service. If the component is a container or run as a standalone process, then shutdown will also kill the jvm process it is running in.