IdentityT - The type of the identity.@Immutable @ThreadSafe public interface AsyncSignRequest<IdentityT extends Identity> extends BaseSignRequest<org.reactivestreams.Publisher<ByteBuffer>,IdentityT>, ToCopyableBuilder<AsyncSignRequest.Builder<IdentityT>,AsyncSignRequest<IdentityT>>
HttpSigner.| Modifier and Type | Interface and Description |
|---|---|
static interface |
AsyncSignRequest.Builder<IdentityT extends Identity>
A builder for a
AsyncSignRequest. |
| Modifier and Type | Method and Description |
|---|---|
static <IdentityT extends Identity> |
builder(IdentityT identity)
Get a new builder for creating a
AsyncSignRequest. |
hasProperty, identity, payload, property, request, requireProperty, requirePropertycopy, toBuilderstatic <IdentityT extends Identity> AsyncSignRequest.Builder<IdentityT> builder(IdentityT identity)
AsyncSignRequest.Copyright © 2023. All rights reserved.