public class NoopEventBridge extends EventBridge
eventManager, externalEventSource, externalSubject, localSubjects, mode, RECEIVE_EXTERNAL, RECEIVE_LOCAL, RECEIVE_LOCAL_EXTERNAL
Modifier and Type | Method and Description |
---|---|
protected void |
sendExternalEvent(CayenneEvent localEvent)
Sends a Cayenne event over the transport supported by this bridge.
|
protected void |
shutdownExternal()
Shuts down the external interface of the EventBridge, cleaning up and releasing any
resources used to communicate external events.
|
protected void |
startupExternal()
Starts an external interface of the EventBridge.
|
convertToExternalSubject, getEventManager, getExternalEventSource, getExternalSubject, getLocalSubjects, isRunning, onExternalEvent, receivesExternalEvents, receivesLocalEvents, shutdown, startup, startup, startup
protected void startupExternal() throws Exception
EventBridge
startupExternal
in class EventBridge
Exception
protected void shutdownExternal() throws Exception
EventBridge
shutdownExternal
in class EventBridge
Exception
protected void sendExternalEvent(CayenneEvent localEvent) throws Exception
EventBridge
sendExternalEvent
in class EventBridge
Exception
Copyright © 2001–2019 Apache Cayenne. All rights reserved.