Class ThriftServiceEntry
java.lang.Object
com.linecorp.armeria.server.thrift.ThriftServiceEntry
public final class ThriftServiceEntry extends Object
The information about a Thrift service served by
THttpService or ThriftCallService.-
Method Summary
Modifier and Type Method Description Iterable<?>implementations()Returns the list of*.AsyncIfaceor*.Ifaceimplementations.Set<Class<?>>interfaces()Stringname()Returns the service name.StringtoString()
-
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
-
toString
-