public class DefaultEventGateway extends Object implements EventGateway
| Constructor and Description |
|---|
DefaultEventGateway() |
| Modifier and Type | Method and Description |
|---|---|
void |
publish(Message message) |
Registration |
registerLocalHandler(Object target) |
protected void |
tryHandleLocally(Object payload,
SerializedMessage serializedMessage) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublish, publishpublic void publish(Message message)
publish in interface EventGatewaypublic Registration registerLocalHandler(Object target)
registerLocalHandler in interface EventGatewayprotected void tryHandleLocally(Object payload, SerializedMessage serializedMessage)
Copyright © 2019 Flux Capacitor. All rights reserved.