Interface EventBus

All Known Implementing Classes:
DefaultDcpEventBus

public interface EventBus
  • Method Details

    • get

      reactor.core.publisher.Flux<CouchbaseEvent> get()
      Subscribe to the event bus to retrieve CouchbaseEvents.
      Returns:
      the observable where the events are emitted into.
    • publish

      void publish(CouchbaseEvent event)
      Publish a CouchbaseEvent into the bus.
      Parameters:
      event - the event to publish.