public interface EventBus
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<CouchbaseEvent> |
get()
Subscribe to the event bus to retrieve
CouchbaseEvents. |
void |
publish(CouchbaseEvent event)
Publish a
CouchbaseEvent into the bus. |
reactor.core.publisher.Flux<CouchbaseEvent> get()
CouchbaseEvents.void publish(CouchbaseEvent event)
CouchbaseEvent into the bus.event - the event to publish.Copyright © 2021 Couchbase, Inc.. All rights reserved.