Uses of Enum Class
com.framed.core.utils.DispatchMode
Packages that use DispatchMode
Package
Description
-
Uses of DispatchMode in com.framed.core
Methods in com.framed.core with parameters of type DispatchModeModifier and TypeMethodDescriptionvoidEventBus.register(String address, Consumer<Object> handler, DispatchMode perHandlerMode) Registers a handler for the specified address using a specific dispatch strategy. -
Uses of DispatchMode in com.framed.core.local
Methods in com.framed.core.local with parameters of type DispatchModeModifier and TypeMethodDescriptionvoidLocalEventBus.register(String address, Consumer<Object> handler, DispatchMode perHandlerMode) Registers a handler for the specified address with an optional per-handler dispatch mode override.Constructors in com.framed.core.local with parameters of type DispatchModeModifierConstructorDescriptionLocalEventBus(DispatchMode defaultDispatchMode) Creates a LocalEventBus using the given default dispatch mode. -
Uses of DispatchMode in com.framed.core.remote
Methods in com.framed.core.remote with parameters of type DispatchModeModifier and TypeMethodDescriptionvoidSocketEventBus.register(String address, Consumer<Object> handler, DispatchMode perHandlerMode) Registers a local handler for the specified address with an optional per-handler dispatch mode override.Constructors in com.framed.core.remote with parameters of type DispatchModeModifierConstructorDescriptionSocketEventBus(Transport transport, DispatchMode dispatchMode) Creates a newSocketEventBususing the specified transport and bus-wide default dispatch mode. -
Uses of DispatchMode in com.framed.core.utils
Methods in com.framed.core.utils that return DispatchModeModifier and TypeMethodDescriptionstatic DispatchModeReturns the enum constant of this class with the specified name.static DispatchMode[]DispatchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.
