Get desktop application:
View/edit binary Protocol Buffers messages
************************ ApplicationAdminService *****************************
AuthenticationService, allows to use Axon Server as authentication provider
Authenticate based on an application token, returns the application's roles
Authenticate a user, returns the user's roles
************************ ContextAdminService *****************************
***************************** Event Processor Admin Service ***************************
The following api return a stream of Empty to allow the server to complete the stream without any result.
Retrieves all event processors registered in an Axon Server cluster
Retrieves all event processors registered in an Axon Server cluster for the specified component
Request to merge the smallest two segments of a streaming event processor
Request to move the specified segment of a streaming event processor to the desired destination
the identifier of the event processor
the id of the segment to move
the desired destination for the segment
Request to pause an event processor
Request to split the largest segment of a streaming event processor
Request to start an event processor
Message containing connection information for an AxonServer Node
The host name to use when connecting to this node
The port number for gRPC connections
The port number for HTTP connections
The unique name of the node to connect with, for purpose of debugging
List of replication groups that belongs to this node
List of tags associated with this node
************************ UserAdminService *****************************
Used as response type in: EventProcessorAdminService.MergeEventProcessor, EventProcessorAdminService.MoveEventProcessorSegment, EventProcessorAdminService.PauseEventProcessor, EventProcessorAdminService.SplitEventProcessor, EventProcessorAdminService.StartEventProcessor
Used in: ,
Used as request type in: ApplicationAdminService.DeleteApplication, ApplicationAdminService.GetApplication, ApplicationAdminService.RefreshToken
Used as response type in: ApplicationAdminService.GetApplication, ApplicationAdminService.GetApplications
Used in:
Used in:
Used as response type in: ContextAdminService.GetContext, ContextAdminService.GetContexts
Used in: ,
Used in:
new context has been created.
context has been removed
context has been updated
Used as response type in: EventProcessorAdminService.GetAllEventProcessors, EventProcessorAdminService.GetEventProcessorsByComponent
the identifier of the event processor
the event processor mode (subscribing, tracking, pooled)
true if the event processor is streaming, false otherwise
client instances that subscribed the event processor
current load balancing strategy name for the event processor
Used as request type in: EventProcessorAdminService.MergeEventProcessor, EventProcessorAdminService.PauseEventProcessor, EventProcessorAdminService.SplitEventProcessor, EventProcessorAdminService.StartEventProcessor
Used as field type in: , ,
the name of the processor
the identifier of the token store this event processor is using
optional parameter to pass in the context name to indicate where the processor is located
Used in:
the client identifier
true if the client instance of the event processor is running, false otherwise
the max number of segments that this client can claim
status of all segments claimed by the client
Used in:
the identifier of the segment
the fractional unit representing the size of the segment
the id of the client that claimed the segment
true if the segment has ever reached the head of the stream since it was started, false otherwise
true if the segment is replaying, false otherwise
the approximate position of the token
true if the segment is in an error loop, false otherwise
the error description, if the segment is in error
Used as request type in: EventProcessorAdminService.LoadBalanceProcessor, EventProcessorAdminService.SetAutoLoadBalanceStrategy
Used in:
Used in: ,
Used as response type in: ReplicationGroupAdminService.GetReplicationGroup, ReplicationGroupAdminService.GetReplicationGroups
Used as field type in:
Used in:
The handler confirmed that the action was executed successfully
The handler has accepted the result, no result will be returned
Used in: ,
Used as request type in: AuthenticationService.AuthenticateToken
Used as response type in: ApplicationAdminService.CreateOrUpdateApplication, ApplicationAdminService.RefreshToken
Used in:
Used in: