Interface AsyncSignRequest<IdentityT extends Identity>

Type Parameters:
IdentityT - The type of the identity.
All Superinterfaces:
BaseSignRequest<org.reactivestreams.Publisher<ByteBuffer>,IdentityT>, ToCopyableBuilder<AsyncSignRequest.Builder<IdentityT>,AsyncSignRequest<IdentityT>>
All Known Implementing Classes:
DefaultAsyncSignRequest

@Immutable @ThreadSafe public interface AsyncSignRequest<IdentityT extends Identity> extends BaseSignRequest<org.reactivestreams.Publisher<ByteBuffer>,IdentityT>, ToCopyableBuilder<AsyncSignRequest.Builder<IdentityT>,AsyncSignRequest<IdentityT>>
Input parameters to sign a request with async payload, using HttpSigner.