Class DefaultEventGateway
- java.lang.Object
-
- io.fluxcapacitor.javaclient.publishing.DefaultEventGateway
-
- All Implemented Interfaces:
EventGateway,HasLocalHandlers
public class DefaultEventGateway extends Object implements EventGateway
-
-
Constructor Summary
Constructors Constructor Description DefaultEventGateway()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpublish(Message message)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fluxcapacitor.javaclient.publishing.EventGateway
publish, publish
-
Methods inherited from interface io.fluxcapacitor.javaclient.tracking.handling.HasLocalHandlers
registerHandler, registerHandler
-
-
-
-
Method Detail
-
publish
public void publish(Message message)
- Specified by:
publishin interfaceEventGateway
-
-