D E G H O P R U
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- defaultTopic - Static variable in interface org.marketcetera.eventbus.EventBusService
-
default topic
E
- EsperEvent - Interface in org.marketcetera.eventbus
-
Marks an event as a suitable candidate for Esper queries.
- EventBusService - Interface in org.marketcetera.eventbus
-
Provides event bus services.
- eventCategory - Static variable in interface org.marketcetera.eventbus.EventBusService
-
provides a common logger category
G
- getEsperEvent() - Method in interface org.marketcetera.eventbus.HasEsperEvent
-
Get the Esper event value.
- getEventName() - Method in interface org.marketcetera.eventbus.EsperEvent
-
Get the event name value.
H
- HasEsperEvent - Interface in org.marketcetera.eventbus
-
Indicates that the implementor has an
EsperEventvalue.
O
- org.marketcetera.eventbus - package org.marketcetera.eventbus
P
- post(Object) - Method in interface org.marketcetera.eventbus.EventBusService
-
Post the given event to the default topic.
- post(Object, String...) - Method in interface org.marketcetera.eventbus.EventBusService
-
Post the given event to the given topics.
R
- register(Object) - Method in interface org.marketcetera.eventbus.EventBusService
-
Register the given subscriber to appropriate events on the default topic.
- register(Object, String) - Method in interface org.marketcetera.eventbus.EventBusService
-
Register the given subscriber to appropriate events on the given topic.
U
- Unloggable - Interface in org.marketcetera.eventbus
-
Indicates that an event should not be logged.
- unregister(Object) - Method in interface org.marketcetera.eventbus.EventBusService
-
Unregister the given subscriber from the default topic.
- unregister(Object, String) - Method in interface org.marketcetera.eventbus.EventBusService
-
Unregister the given subscriber from the given topic.
All Classes All Packages