Class ThriftServiceEntry
java.lang.Object
com.linecorp.armeria.server.thrift.ThriftServiceEntry
The information about a Thrift service served by
THttpService or ThriftCallService.-
Method Summary
Modifier and TypeMethodDescriptionfunctionName(String method) Returns the associated thrift method name in the Thrift IDL.Iterable<?>Returns the list of*.AsyncIfaceor*.Ifaceimplementations.name()Returns the service name.toString()
-
Method Details
-
name
Returns the service name.- Returns:
- the service name, or an empty string (
"") if this service is not multiplexed
-
implementations
Returns the list of*.AsyncIfaceor*.Ifaceimplementations. -
interfaces
-
functionName
Returns the associated thrift method name in the Thrift IDL. -
toString
-