Interface SessionPoolOptionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SessionPoolOptions, SessionPoolOptions.Builder

public interface SessionPoolOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    passing this as true, will make applicable RPCs use multiplexed sessions instead of regular sessions

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getUseMultiplexed

      boolean getUseMultiplexed()
       passing this as true, will make applicable RPCs use multiplexed sessions
       instead of regular sessions
       
      bool use_multiplexed = 1;
      Returns:
      The useMultiplexed.