public class FlyweightEventRouter extends Object implements EventRouter
| Constructor and Description |
|---|
FlyweightEventRouter(MessageLog.Handler<? super Event> eventHandler) |
| Modifier and Type | Method and Description |
|---|---|
FlyweightEventRouter |
commit() |
short |
nextEventIndex() |
void |
routeEvent(int type,
DirectBuffer event,
int offset,
int length) |
FlyweightEventRouter |
start(Command command) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrouteEventpublic FlyweightEventRouter(MessageLog.Handler<? super Event> eventHandler)
public FlyweightEventRouter start(Command command)
public void routeEvent(int type,
DirectBuffer event,
int offset,
int length)
routeEvent in interface EventRouterpublic FlyweightEventRouter commit()
public short nextEventIndex()
nextEventIndex in interface EventRouterCopyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.