Interface EventPublisher

All Superinterfaces:
com.lmax.disruptor.EventHandler<EventPubSub.ChangeEventHolder>, com.lmax.disruptor.LifecycleAware
All Known Implementing Classes:
AbstractEventPublisher, EventMonitorPublisher

public interface EventPublisher extends com.lmax.disruptor.EventHandler<EventPubSub.ChangeEventHolder>, com.lmax.disruptor.LifecycleAware
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface com.lmax.disruptor.EventHandler

    onEvent

    Methods inherited from interface com.lmax.disruptor.LifecycleAware

    onShutdown, onStart