Class GrpcRegisterConfig
- java.lang.Object
-
- org.apache.shenyu.common.dto.convert.plugin.GrpcRegisterConfig
-
- All Implemented Interfaces:
java.io.Serializable
public class GrpcRegisterConfig extends java.lang.Object implements java.io.SerializableThe type grpc register config.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GrpcRegisterConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetThreadpool()get threadpool.inthashCode()voidsetThreadpool(java.lang.String threadpool)set threadpool.java.lang.StringtoString()
-
-
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-