public class StateEventFactory extends Object implements com.lmax.disruptor.EventFactory<StateEvent>, Serializable
| Constructor and Description |
|---|
StateEventFactory(int eventSize,
int outputDataSize) |
StateEventFactory(MetaStateEvent metaStateEvent) |
| Modifier and Type | Method and Description |
|---|---|
StateEvent |
newInstance() |
public StateEventFactory(int eventSize,
int outputDataSize)
public StateEventFactory(MetaStateEvent metaStateEvent)
public StateEvent newInstance()
newInstance in interface com.lmax.disruptor.EventFactory<StateEvent>Copyright © 2022. All rights reserved.