Interface | Description |
---|---|
Matcher.Visitor<T> |
Visits the variants of the Matcher union type.
|
Class | Description |
---|---|
Acceptor |
Represents an acceptor in a waiter's state machine.
|
Matcher<T> |
Determines if an acceptor matches the current state of a resource.
|
Matcher.ErrorTypeMember |
Matches if an operation returns an error, and the error matches the
expected error type.
|
Matcher.InputOutputMember | |
Matcher.OutputMember | |
Matcher.SuccessMember |
When set to true, matches when a call returns a success response.
|
Matcher.UnknownMember |
Represents an union value.
|
PathMatcher | |
UniqueWaiterNamesValidator |
Ensures that no two waiters use the same case-insensitive name in the
closure of a service.
|
WaitableTrait |
Indicates that an operation has various named "waiters" that can be used
to poll a resource until it enters a desired state.
|
WaitableTrait.Builder | |
WaitableTrait.Provider | |
WaitableTraitValidator | |
Waiter |
Defines an individual operation waiter.
|
Waiter.Builder |
Enum | Description |
---|---|
AcceptorState |
The transition state of a waiter.
|
PathComparator |
Defines a comparison to perform in a PathMatcher.
|