Uses of Class
com.redhat.cloud.notifications.ingress.Action
-
Packages that use Action Package Description com.redhat.cloud.notifications.ingress -
-
Uses of Action in com.redhat.cloud.notifications.ingress
Methods in com.redhat.cloud.notifications.ingress that return Action Modifier and Type Method Description ActionAction.Builder. build()static ActionAction. fromByteBuffer(ByteBuffer b)Deserializes a Action from a ByteBuffer.Methods in com.redhat.cloud.notifications.ingress that return types with arguments of type Action Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<Action>Action. 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<Action>Action. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Action>Action. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in com.redhat.cloud.notifications.ingress with parameters of type Action Modifier and Type Method Description static Action.BuilderAction. newBuilder(Action other)Creates a new Action RecordBuilder by copying an existing Action instance.
-