@NonNullByDefault
Package com.linecorp.armeria.common.thrift
Thrift-related common classes.
-
Class Summary Class Description AsyncMethodCallbacks A utility class that bridges the gap betweenCompletionStageandAsyncMethodCallback.ThriftCall ThriftFuture<T> ACompletableFuturethat can be passed in as anAsyncMethodCallbackwhen making an asynchronous client-side Thrift RPC.ThriftJacksonModule JacksonModulefor Thrift types.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).ThriftSerializationFormats Thrift-relatedSerializationFormatinstances.