Waiter<GetStreamPoolRequest,GetStreamPoolResponse> |
StreamAdminWaiters.forStreamPool(GetStreamPoolRequest request,
StreamPool.LifecycleState... targetStates)
Creates a new Waiter using the default configuration.
|
Waiter<GetStreamPoolRequest,GetStreamPoolResponse> |
StreamAdminWaiters.forStreamPool(GetStreamPoolRequest request,
StreamPool.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new Waiter using the provided configuration.
|
Waiter<GetStreamPoolRequest,GetStreamPoolResponse> |
StreamAdminWaiters.forStreamPool(GetStreamPoolRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
StreamPool.LifecycleState... targetStates)
Creates a new Waiter using the provided configuration.
|
Future<GetStreamPoolResponse> |
StreamAdminAsync.getStreamPool(GetStreamPoolRequest request,
AsyncHandler<GetStreamPoolRequest,GetStreamPoolResponse> handler)
Gets detailed information about the stream pool, such as Kafka settings.
|
Future<GetStreamPoolResponse> |
StreamAdminAsyncClient.getStreamPool(GetStreamPoolRequest request,
AsyncHandler<GetStreamPoolRequest,GetStreamPoolResponse> handler) |