Package io.apicurio.registry.events
Interface EventSink
-
- All Known Implementing Classes:
HttpEventSink
,KafkaEventSink
public interface EventSink
- Author:
- Fabian Martinez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(io.vertx.core.eventbus.Message<io.vertx.core.buffer.Buffer> message)
boolean
isConfigured()
String
name()
-
-
-
Method Detail
-
name
String name()
-
isConfigured
boolean isConfigured()
-
handle
void handle(io.vertx.core.eventbus.Message<io.vertx.core.buffer.Buffer> message)
-
-