public class StateEventFactory extends Object implements com.lmax.disruptor.EventFactory<StateEvent>
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 © 2019. All rights reserved.