Package io.debezium.outbox.quarkus.it
Class MyService
- java.lang.Object
-
- io.debezium.outbox.quarkus.it.MyService
-
@ApplicationScoped public class MyService extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) javax.enterprise.event.Event<ExportedEvent<?,?>>event
-
Constructor Summary
Constructors Constructor Description MyService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoSomething()
-
-
-
Field Detail
-
event
@Inject javax.enterprise.event.Event<ExportedEvent<?,?>> event
-
-