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