@NonNullByDefault
Package com.linecorp.armeria.common.thrift
Thrift-related common classes.
-
Class Summary Class Description ThriftCall ThriftCompletableFuture<T> ACompletableFuturethat can be passed in as anAsyncMethodCallbackwhen making an asynchronous client-side Thrift RPC.ThriftFutures Static factory methods pertaining to theThriftCompletableFutureandThriftListenableFuture.ThriftListenableFuture<T> AListenableFuturethat can be passed in as anAsyncMethodCallbackwhen making an asynchronous client-side Thrift RPC.ThriftMessage A container of a Thrift message produced by Apache Thrift.ThriftProtocolFactories Provides a set of the knownTProtocolFactoryinstances.ThriftReply A container of a Thrift reply or exception object (TBaseorTApplicationException) and its header (TMessage).ThriftSerializationFormatProvider SerializationFormatProviderthat provides the Thrift-relatedSerializationFormats.ThriftSerializationFormats Thrift-relatedSerializationFormatinstances.