Class ThriftServiceEntry
java.lang.Object
com.linecorp.armeria.server.thrift.ThriftServiceEntry
The information about a Thrift service served by
THttpService
or ThriftCallService
.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfunctionName
(String method) Returns the associated thrift method name in the Thrift IDL.Iterable
<?> Returns the list of*.AsyncIface
or*.Iface
implementations.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*.AsyncIface
or*.Iface
implementations. -
interfaces
-
functionName
Returns the associated thrift method name in the Thrift IDL. -
toString
-