Class GrpcRegisterConfig

  • All Implemented Interfaces:
    java.io.Serializable

    public class GrpcRegisterConfig
    extends java.lang.Object
    implements java.io.Serializable
    The type grpc register config.
    See Also:
    Serialized Form
    • Constructor Detail

      • GrpcRegisterConfig

        public GrpcRegisterConfig()
    • Method Detail

      • getThreadpool

        public java.lang.String getThreadpool()
        get threadpool.
        Returns:
        threadpool
      • setThreadpool

        public void setThreadpool​(java.lang.String threadpool)
        set threadpool.
        Parameters:
        threadpool - threadpool
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object