Publisher

interface Publisher

事件发布者.

Author

M8Test, [email protected], https://m8test.com

Functions

Link copied to clipboard
abstract fun publishGlobally(subscriptionBuilder: GlobalSubscription.() -> Unit, eventBuilder: Event.() -> Unit)

发布全局订阅事件.

Link copied to clipboard
abstract fun publishLocally(subscriptionBuilder: LocalSubscription.() -> Unit, eventBuilder: Event.() -> Unit)

发布本地订阅事件.