Class EventExchangeHolderFactory
- java.lang.Object
-
- io.siddhi.core.util.event.handler.EventExchangeHolderFactory
-
- All Implemented Interfaces:
com.lmax.disruptor.EventFactory<EventExchangeHolder>
public class EventExchangeHolderFactory extends Object implements com.lmax.disruptor.EventFactory<EventExchangeHolder>
EventExchangeHolder Factory to create new EventExchangeHolders
-
-
Constructor Summary
Constructors Constructor Description EventExchangeHolderFactory(int dataSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventExchangeHoldernewInstance()
-
-
-
Method Detail
-
newInstance
public EventExchangeHolder newInstance()
- Specified by:
newInstancein interfacecom.lmax.disruptor.EventFactory<EventExchangeHolder>
-
-