KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.Messages.ConfigurationSetReadyRequest Class Reference

Moves FSMBase.State<TS,TD> from EnConfigurationState.Draft to EnConfigurationState.Ready More...

Inheritance diagram for KlusterKite.NodeManager.Messages.ConfigurationSetReadyRequest:

Public Attributes

object ConsistentHashKey => this.Id
 

Properties

int Id [get, set]
 Gets or sets the configuration id More...
 
RequestContext Context [get, set]
 Gets or sets the request context More...
 

Detailed Description

Moves FSMBase.State<TS,TD> from EnConfigurationState.Draft to EnConfigurationState.Ready

Returns
The mutation result

Definition at line 22 of file ConfigurationSetReadyRequest.cs.

Member Data Documentation

◆ ConsistentHashKey

object KlusterKite.NodeManager.Messages.ConfigurationSetReadyRequest.ConsistentHashKey => this.Id

Definition at line 35 of file ConfigurationSetReadyRequest.cs.

Property Documentation

◆ Context

RequestContext KlusterKite.NodeManager.Messages.ConfigurationSetReadyRequest.Context
getset

Gets or sets the request context

Definition at line 32 of file ConfigurationSetReadyRequest.cs.

◆ Id

int KlusterKite.NodeManager.Messages.ConfigurationSetReadyRequest.Id
getset

Gets or sets the configuration id

Definition at line 27 of file ConfigurationSetReadyRequest.cs.


The documentation for this class was generated from the following file: