Package org.openmetadata.service.events
Class EventPubSub.ChangeEventFactory
- java.lang.Object
-
- org.openmetadata.service.events.EventPubSub.ChangeEventFactory
-
- All Implemented Interfaces:
com.lmax.disruptor.EventFactory<EventPubSub.ChangeEventHolder>
- Enclosing class:
- EventPubSub
public static class EventPubSub.ChangeEventFactory extends Object implements com.lmax.disruptor.EventFactory<EventPubSub.ChangeEventHolder>
-
-
Constructor Summary
Constructors Constructor Description ChangeEventFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventPubSub.ChangeEventHoldernewInstance()
-
-
-
Method Detail
-
newInstance
public EventPubSub.ChangeEventHolder newInstance()
- Specified by:
newInstancein interfacecom.lmax.disruptor.EventFactory<EventPubSub.ChangeEventHolder>
-
-