Acceptor

smithy.waiters.Acceptor
See theAcceptor companion object
case class Acceptor(state: AcceptorState, matcher: Matcher)

Represents an acceptor in a waiter's state machine.

Attributes

matcher

The matcher used to test if the resource is in a given state.

state

The state the acceptor transitions to when matched.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product