Acceptor

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

Represents an acceptor in a waiter's state machine.

Value parameters

matcher

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

state

The state the acceptor transitions to when matched.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product