Class ThriftServiceEntry
- java.lang.Object
-
- com.linecorp.armeria.server.thrift.ThriftServiceEntry
-
public final class ThriftServiceEntry extends Object
The information about a Thrift service served byTHttpServiceorThriftCallService.
-
-
Method Summary
Modifier and Type Method Description Objectimplementation()Returns the*.AsyncIfaceor*.Ifaceimplementation.Set<Class<?>>interfaces()Stringname()Returns the service name.StringtoString()
-