Interface WorkflowServiceStubsOptions.ChannelInitializer

  • Enclosing class:
    WorkflowServiceStubsOptions

    public static interface WorkflowServiceStubsOptions.ChannelInitializer
    If the WorkflowServiceStubsOptions is configured with a target instead of externally created channel, this listener is called as a last step of channel creation giving an oportunity to provide some additional configuration to the channel.
    • Method Detail

      • initChannel

        void initChannel​(io.grpc.ManagedChannelBuilder<?> managedChannelBuilder)