public static final class EventProcessorAdminServiceGrpc.EventProcessorAdminServiceBlockingStub extends io.grpc.stub.AbstractStub<EventProcessorAdminServiceGrpc.EventProcessorAdminServiceBlockingStub>
Event Processor Admin Service ***************************
| Modifier and Type | Method and Description |
|---|---|
protected EventProcessorAdminServiceGrpc.EventProcessorAdminServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Iterator<EventProcessor> |
getAllEventProcessors(com.google.protobuf.Empty request)
Retrieves all event processors registered in an Axon Server cluster
|
Iterator<LoadBalancingStrategy> |
getBalancingStrategies(com.google.protobuf.Empty request) |
Iterator<EventProcessor> |
getEventProcessorsByComponent(Component request)
Retrieves all event processors registered in an Axon Server cluster for the specified component
|
Iterator<com.google.protobuf.Empty> |
loadBalanceProcessor(LoadBalanceRequest request) |
AdminActionResult |
mergeEventProcessor(EventProcessorIdentifier request)
Request to merge the smallest two segments of a streaming event processor
|
AdminActionResult |
moveEventProcessorSegment(MoveSegment request)
Request to move the specified segment of a streaming event processor to the desired destination
|
AdminActionResult |
pauseEventProcessor(EventProcessorIdentifier request)
Request to pause an event processor
|
Iterator<com.google.protobuf.Empty> |
setAutoLoadBalanceStrategy(LoadBalanceRequest request) |
AdminActionResult |
splitEventProcessor(EventProcessorIdentifier request)
Request to split the largest segment of a streaming event processor
|
AdminActionResult |
startEventProcessor(EventProcessorIdentifier request)
Request to start an event processor
|
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected EventProcessorAdminServiceGrpc.EventProcessorAdminServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EventProcessorAdminServiceGrpc.EventProcessorAdminServiceBlockingStub>public AdminActionResult pauseEventProcessor(EventProcessorIdentifier request)
Request to pause an event processor
public AdminActionResult startEventProcessor(EventProcessorIdentifier request)
Request to start an event processor
public AdminActionResult splitEventProcessor(EventProcessorIdentifier request)
Request to split the largest segment of a streaming event processor
public AdminActionResult mergeEventProcessor(EventProcessorIdentifier request)
Request to merge the smallest two segments of a streaming event processor
public AdminActionResult moveEventProcessorSegment(MoveSegment request)
Request to move the specified segment of a streaming event processor to the desired destination
public Iterator<EventProcessor> getAllEventProcessors(com.google.protobuf.Empty request)
Retrieves all event processors registered in an Axon Server cluster
public Iterator<EventProcessor> getEventProcessorsByComponent(Component request)
Retrieves all event processors registered in an Axon Server cluster for the specified component
public Iterator<com.google.protobuf.Empty> loadBalanceProcessor(LoadBalanceRequest request)
public Iterator<com.google.protobuf.Empty> setAutoLoadBalanceStrategy(LoadBalanceRequest request)
public Iterator<LoadBalancingStrategy> getBalancingStrategies(com.google.protobuf.Empty request)
Copyright © 2020–2023 AxonIQ BV. All rights reserved.