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.SimpleBuildItem
A build item that represents data relevant to the OutboxEvent entity mapping.
- Author:
- Chris Cranford
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.jboss.jandex.Typeprivate final org.jboss.jandex.Type -
Constructor Summary
ConstructorsConstructorDescriptionOutboxEventEntityBuildItem(org.jboss.jandex.Type aggregateIdType, org.jboss.jandex.Type payloadType) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.jandex.Typeorg.jboss.jandex.Type
-
Field Details
-
aggregateIdType
private final org.jboss.jandex.Type aggregateIdType -
payloadType
private final org.jboss.jandex.Type payloadType
-
-
Constructor Details
-
OutboxEventEntityBuildItem
public OutboxEventEntityBuildItem(org.jboss.jandex.Type aggregateIdType, org.jboss.jandex.Type payloadType)
-
-
Method Details
-
getAggregateIdType
public org.jboss.jandex.Type getAggregateIdType() -
getPayloadType
public org.jboss.jandex.Type getPayloadType()
-