SimpleStateEventExchange

constructor(message: StateEvent<S>, attributes: MutableMap<String, Any> = ConcurrentHashMap())

Parameters

S

The type of the state in the state event.

message

The state event message being processed.

attributes

Mutable map for storing processing attributes (default: empty ConcurrentHashMap).