EventBusPostable
public protocol EventBusPostable
Undocumented
-
Post a value to all subsctiber
Declaration
Swift
func post<T>(_ cargo: T) where T : EventPresentable
Parameters
cargo
The playload of any type