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 Iterable<?>implementations()Returns the list of*.AsyncIfaceor*.Ifaceimplementations.Set<Class<?>>interfaces()Stringname()Returns the service name.StringtoString()
-