Protocols
The following protocols are available globally.
-
A
CausalityAddressis an end-point that is used to identify a route or a state.Declaration
Swift
public protocol CausalityAddress -
All Subscriptions conform to this protocol
See moreDeclaration
Swift
public protocol CausalityAnySubscription : AnyObject -
An event subscription. Used to unsubscribe.
Declaration
Swift
public protocol CausalityAnyEventSubscription : CausalityAnySubscription -
A state change subscription. Used to unsubscribe.
Declaration
Swift
public protocol CausalityAnyStateSubscription : CausalityAnySubscription -
Type-erased State
See moreDeclaration
Swift
public protocol CausalityAnyState : AnyObject, CausalityAddress
Protocols Reference