OnStartObserverDispatchable
public protocol OnStartObserverDispatchable : Dispatchable
Protocol implemented by a dispatchable that wants to be dispatched when the store starts
-
Creates the dispatchable item. If for any reason, the init decides that the dispatchable should not be sent to the Store, the init can fail (that is, returns nil)
Declaration
Swift
init?()
Return Value
either the dispatchable item or nil