io.sarl.sre.janus.skills.internal
Class ReflectEventBusFactory
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:
io.sarl.sre.janus
Maven Artifact Identifier:
janus.kernel
Since:
0.11
Constructor Summary
Constructor and description
new(Provider<T>)
Action Summary
Modifier and type Action and description
EventBus createEventBus(Supplier<T>)
Constructor Details
new(Provider<T>)
new(Provider<T>)
Action Details
createEventBus(Supplier<T>)
def createEventBus(Supplier<T>) : EventBus