Package kos.api
Interface EventPublisherSink
-
- All Superinterfaces:
EventBusSink
public interface EventPublisherSink extends EventBusSink
Defines an EventBus publisher. It allows library maintainers to use Vert.x's EventBus as a bridge between the application layer and externally managed message brokers (e.g. AWS' SQS/SNS, Google PubSub, Apache Kafka topics, RabbitMQ queues, etc).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface kos.api.EventBusSink
EventBusSink.EventBusSyncInitializationRequest<T>, EventBusSink.Result
-
-
Method Summary
-
Methods inherited from interface kos.api.EventBusSink
getPriority, initialize
-
-