public static final class EventProcessorAdminServiceGrpc.EventProcessorAdminServiceFutureStub extends io.grpc.stub.AbstractStub<EventProcessorAdminServiceGrpc.EventProcessorAdminServiceFutureStub>
The following api return a stream of Empty to allow the server to complete the stream without any result.
| Modifier and Type | Method and Description |
|---|---|
protected EventProcessorAdminServiceGrpc.EventProcessorAdminServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<AdminActionResult> |
mergeEventProcessor(EventProcessorIdentifier request)
Request to merge the smallest two segments of a streaming event processor
|
com.google.common.util.concurrent.ListenableFuture<AdminActionResult> |
moveEventProcessorSegment(MoveSegment request)
Request to move the specified segment of a streaming event processor to the desired destination
|
com.google.common.util.concurrent.ListenableFuture<AdminActionResult> |
pauseEventProcessor(EventProcessorIdentifier request)
Request to pause an event processor
|
com.google.common.util.concurrent.ListenableFuture<AdminActionResult> |
splitEventProcessor(EventProcessorIdentifier request)
Request to split the largest segment of a streaming event processor
|
com.google.common.util.concurrent.ListenableFuture<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.EventProcessorAdminServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EventProcessorAdminServiceGrpc.EventProcessorAdminServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<AdminActionResult> pauseEventProcessor(EventProcessorIdentifier request)
Request to pause an event processor
public com.google.common.util.concurrent.ListenableFuture<AdminActionResult> startEventProcessor(EventProcessorIdentifier request)
Request to start an event processor
public com.google.common.util.concurrent.ListenableFuture<AdminActionResult> splitEventProcessor(EventProcessorIdentifier request)
Request to split the largest segment of a streaming event processor
public com.google.common.util.concurrent.ListenableFuture<AdminActionResult> mergeEventProcessor(EventProcessorIdentifier request)
Request to merge the smallest two segments of a streaming event processor
public com.google.common.util.concurrent.ListenableFuture<AdminActionResult> moveEventProcessorSegment(MoveSegment request)
Request to move the specified segment of a streaming event processor to the desired destination
Copyright © 2020–2022 AxonIQ BV. All rights reserved.