Package kos.api
Interface EventSubscriptionSink
-
- All Superinterfaces:
EventBusSink
public interface EventSubscriptionSink extends EventBusSink
Defines how to listen message from externally managed brokers (e.g. AWS' SQS/SNS, Google PubSub, Apache Kafka topics, RabbitMQ queues, etc), allowing library maintainers to use Vert.x's EventBus as a bridge with the application layer.
-
-
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
-
-