-
All Superinterfaces:
-
EventBusFactory
class
ReflectEventBusFactory
extends
java.lang.Object
implements
EventBusFactory
Factory of event bus that is using the reflection method for accessing the event handlers.
-
Maven Group Identifier:
-
-
Maven Artifact Identifier:
-
-
Since:
-
Constructor Summary
Action Summary
Constructor Details
-
new(Provider<T>)
-
new(Provider<T>)
Action Details
-
createEventBus(Supplier<T>)
-
def createEventBus(Supplier<T>) : EventBus