Uses of Class
ch.admin.bit.jeap.domainevent.avro.event.integration.idl.IdlTestIntegrationEvent
Packages that use IdlTestIntegrationEvent
-
Uses of IdlTestIntegrationEvent in ch.admin.bit.jeap.domainevent.avro.event.integration.idl
Methods in ch.admin.bit.jeap.domainevent.avro.event.integration.idl that return IdlTestIntegrationEventModifier and TypeMethodDescriptionIdlTestIntegrationEvent.Builder.build()static IdlTestIntegrationEventIdlTestIntegrationEvent.fromByteBuffer(ByteBuffer b) Deserializes a IdlTestIntegrationEvent from a ByteBuffer.Methods in ch.admin.bit.jeap.domainevent.avro.event.integration.idl that return types with arguments of type IdlTestIntegrationEventModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<IdlTestIntegrationEvent> IdlTestIntegrationEvent.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<IdlTestIntegrationEvent> IdlTestIntegrationEvent.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<IdlTestIntegrationEvent> IdlTestIntegrationEvent.getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in ch.admin.bit.jeap.domainevent.avro.event.integration.idl with parameters of type IdlTestIntegrationEventModifier and TypeMethodDescriptionIdlTestIntegrationEvent.newBuilder(IdlTestIntegrationEvent other) Creates a new IdlTestIntegrationEvent RecordBuilder by copying an existing IdlTestIntegrationEvent instance.