Uses of Class
com.redhat.cloud.notifications.ingress.Metadata
-
Packages that use Metadata Package Description com.redhat.cloud.notifications.ingress -
-
Uses of Metadata in com.redhat.cloud.notifications.ingress
Methods in com.redhat.cloud.notifications.ingress that return Metadata Modifier and Type Method Description MetadataMetadata.Builder. build()static MetadataMetadata. fromByteBuffer(ByteBuffer b)Deserializes a Metadata from a ByteBuffer.MetadataEvent.Builder. getMetadata()Gets the value of the 'metadata' field.MetadataEvent. getMetadata()Gets the value of the 'metadata' field.Methods in com.redhat.cloud.notifications.ingress that return types with arguments of type Metadata Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<Metadata>Metadata. 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<Metadata>Metadata. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Metadata>Metadata. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in com.redhat.cloud.notifications.ingress with parameters of type Metadata Modifier and Type Method Description static Metadata.BuilderMetadata. newBuilder(Metadata other)Creates a new Metadata RecordBuilder by copying an existing Metadata instance.Event.BuilderEvent.Builder. setMetadata(Metadata value)Sets the value of the 'metadata' field.voidEvent. setMetadata(Metadata value)Sets the value of the 'metadata' field.Constructors in com.redhat.cloud.notifications.ingress with parameters of type Metadata Constructor Description Event(Metadata metadata, Map payload)All-args constructor.
-