Uses of Class
ch.admin.bit.jeap.messaging.avro.command.integration.idl.IdlTestIntegrationPayload
Packages that use IdlTestIntegrationPayload
-
Uses of IdlTestIntegrationPayload in ch.admin.bit.jeap.messaging.avro.command.integration.idl
Methods in ch.admin.bit.jeap.messaging.avro.command.integration.idl that return IdlTestIntegrationPayloadModifier and TypeMethodDescriptionIdlTestIntegrationPayload.Builder.build()static IdlTestIntegrationPayloadIdlTestIntegrationPayload.fromByteBuffer(ByteBuffer b) Deserializes a IdlTestIntegrationPayload from a ByteBuffer.IdlTestIntegrationCommand.Builder.getPayload()Gets the value of the 'payload' field.IdlTestIntegrationCommand.getPayload()Gets the value of the 'payload' field.Methods in ch.admin.bit.jeap.messaging.avro.command.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.IdlTestIntegrationCommand.Builder.getOptionalPayload()Gets the value of the 'payload' field as an OptionalIdlTestIntegrationCommand.getOptionalPayload()Gets the value of the 'payload' field as an OptionalMethods in ch.admin.bit.jeap.messaging.avro.command.integration.idl with parameters of type IdlTestIntegrationPayloadModifier and TypeMethodDescriptionIdlTestIntegrationPayload.newBuilder(IdlTestIntegrationPayload other) Creates a new IdlTestIntegrationPayload RecordBuilder by copying an existing IdlTestIntegrationPayload instance.IdlTestIntegrationCommand.Builder.setPayload(IdlTestIntegrationPayload value) Sets the value of the 'payload' field.voidIdlTestIntegrationCommand.setPayload(IdlTestIntegrationPayload value) Sets the value of the 'payload' field.Constructors in ch.admin.bit.jeap.messaging.avro.command.integration.idl with parameters of type IdlTestIntegrationPayloadModifierConstructorDescriptionIdlTestIntegrationCommand(AvroMessageIdentity identity, AvroMessageType type, AvroMessagePublisher publisher, IdlTestIntegrationReferences references, IdlTestIntegrationPayload payload, String commandVersion) All-args constructor.