Package com.linecorp.armeria.common.thrift
@NonNullByDefault
package com.linecorp.armeria.common.thrift
Thrift-related common classes.
-
ClassDescriptionA utility class that bridges the gap between
CompletionStage
andAsyncMethodCallback
.ThriftFuture<T>ACompletableFuture
that can be passed in as anAsyncMethodCallback
when making an asynchronous client-side Thrift RPC.JacksonModule
for Thrift types.AListenableFuture
that can be passed in as anAsyncMethodCallback
when making an asynchronous client-side Thrift RPC.A container of a Thrift message produced by Apache Thrift.Provides a set of well-knownTProtocolFactory
s.SPI Provider for links fromSerializationFormat
toTProtocolFactory
.Pair ofSerializationFormat
andTProtocolFactory
.A container of a Thrift reply or exception object (TBase
orTApplicationException
) and its header (TMessage
).Provides Thrift-relatedSerializationFormat
instances and theirTProtocolFactory
s.