public class FlyweightEventRouter extends Object implements EventRouter
| Constructor and Description |
|---|
FlyweightEventRouter(EventHandler eventHandler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
complete() |
short |
nextEventIndex() |
StateImpact |
rollbackAfterProcessing(RollbackMode mode) |
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(EventHandler eventHandler)
public FlyweightEventRouter start(Command command)
public void routeEvent(int type,
DirectBuffer event,
int offset,
int length)
routeEvent in interface EventRouterpublic boolean complete()
public StateImpact rollbackAfterProcessing(RollbackMode mode)
rollbackAfterProcessing in interface EventRouterpublic short nextEventIndex()
nextEventIndex in interface EventRouterCopyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.