Package io.apicurio.registry.events.http
Class HttpEventSink
- java.lang.Object
-
- io.apicurio.registry.events.http.HttpEventSink
-
-
Constructor Summary
Constructors Constructor Description HttpEventSink()
-
Method Summary
All Methods Instance Methods Concrete 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
-
isConfigured
public boolean isConfigured()
- Specified by:
isConfigured
in interfaceEventSink
-
-