Uses of Class
ch.admin.bit.jeap.domainevent.avro.event.integration.idl.IdlTestIntegrationPayload
Packages that use IdlTestIntegrationPayload
-
Uses of IdlTestIntegrationPayload in ch.admin.bit.jeap.domainevent.avro.event.integration.idl
Methods in ch.admin.bit.jeap.domainevent.avro.event.integration.idl that return IdlTestIntegrationPayloadModifier and TypeMethodDescriptionIdlTestIntegrationPayload.Builder.build()static IdlTestIntegrationPayloadIdlTestIntegrationPayload.fromByteBuffer(ByteBuffer b) Deserializes a IdlTestIntegrationPayload from a ByteBuffer.IdlTestIntegrationEvent.Builder.getPayload()Gets the value of the 'payload' field.IdlTestIntegrationEvent.getPayload()Gets the value of the 'payload' field.Methods in ch.admin.bit.jeap.domainevent.avro.event.integration.idl that return types with arguments of type IdlTestIntegrationPayloadModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<IdlTestIntegrationPayload> IdlTestIntegrationPayload.createDecoder(org.apache.avro.message.SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<IdlTestIntegrationPayload> IdlTestIntegrationPayload.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<IdlTestIntegrationPayload> IdlTestIntegrationPayload.getEncoder()Return the BinaryMessageEncoder instance used by this class.IdlTestIntegrationEvent.Builder.getOptionalPayload()Gets the value of the 'payload' field as an OptionalIdlTestIntegrationEvent.getOptionalPayload()Gets the value of the 'payload' field as an OptionalMethods in ch.admin.bit.jeap.domainevent.avro.event.integration.idl with parameters of type IdlTestIntegrationPayloadModifier and TypeMethodDescriptionIdlTestIntegrationPayload.newBuilder(IdlTestIntegrationPayload other) Creates a new IdlTestIntegrationPayload RecordBuilder by copying an existing IdlTestIntegrationPayload instance.IdlTestIntegrationEvent.Builder.setPayload(IdlTestIntegrationPayload value) Sets the value of the 'payload' field.voidIdlTestIntegrationEvent.setPayload(IdlTestIntegrationPayload value) Sets the value of the 'payload' field.Constructors in ch.admin.bit.jeap.domainevent.avro.event.integration.idl with parameters of type IdlTestIntegrationPayloadModifierConstructorDescriptionIdlTestIntegrationEvent(AvroDomainEventIdentity identity, AvroDomainEventType type, AvroDomainEventPublisher publisher, IdlTestIntegrationReferences references, IdlTestIntegrationPayload payload, String domainEventVersion) All-args constructor.