Class OutboxEventEntityBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.SimpleBuildItem
-
- io.debezium.outbox.quarkus.deployment.OutboxEventEntityBuildItem
-
public final class OutboxEventEntityBuildItem extends io.quarkus.builder.item.SimpleBuildItemA build item that represents data relevant to the OutboxEvent entity mapping.- Author:
- Chris Cranford
-
-
Field Summary
Fields Modifier and Type Field Description private org.jboss.jandex.TypeaggregateIdTypeprivate org.jboss.jandex.TypepayloadType
-
Constructor Summary
Constructors Constructor Description OutboxEventEntityBuildItem(org.jboss.jandex.Type aggregateIdType, org.jboss.jandex.Type payloadType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.jandex.TypegetAggregateIdType()org.jboss.jandex.TypegetPayloadType()
-