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 |
A Matcher implementation for inputPathList ,
outputPathList , and errorPathList .
|
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 |
|