Package com.linecorp.armeria.common.thrift
Thrift-related common classes.
-
Class Summary Class Description AsyncMethodCallbacks A utility class that bridges the gap betweenCompletionStage
andAsyncMethodCallback
.ThriftCall ThriftFuture<T> ACompletableFuture
that can be passed in as anAsyncMethodCallback
when making an asynchronous client-side Thrift RPC.ThriftJacksonModule JacksonModule
for Thrift types.ThriftListenableFuture<T> AListenableFuture
that can be passed in as anAsyncMethodCallback
when making an asynchronous client-side Thrift RPC.ThriftMessage A container of a Thrift message produced by Apache Thrift.ThriftProtocolFactories Provides a set of the knownTProtocolFactory
instances.ThriftReply A container of a Thrift reply or exception object (TBase
orTApplicationException
) and its header (TMessage
).ThriftSerializationFormats Thrift-relatedSerializationFormat
instances.