Package io.temporal.serviceclient
Interface WorkflowServiceStubsOptions.ChannelInitializer
-
- Enclosing class:
- WorkflowServiceStubsOptions
public static interface WorkflowServiceStubsOptions.ChannelInitializer
If theWorkflowServiceStubsOptions
is configured with atarget
instead of externally createdchannel
, this listener is called as a last step of channel creation giving an oportunity to provide some additional configuration to the channel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initChannel(io.grpc.ManagedChannelBuilder<?> managedChannelBuilder)
-