Uses of Class
com.redhat.cloud.notifications.ingress.Event
-
Packages that use Event Package Description com.redhat.cloud.notifications.ingress -
-
Uses of Event in com.redhat.cloud.notifications.ingress
Methods in com.redhat.cloud.notifications.ingress that return Event Modifier and Type Method Description EventEvent.Builder. build()static EventEvent. fromByteBuffer(ByteBuffer b)Deserializes a Event from a ByteBuffer.Methods in com.redhat.cloud.notifications.ingress that return types with arguments of type Event Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<Event>Event. 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<Event>Event. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Event>Event. getEncoder()Return the BinaryMessageEncoder instance used by this class.List<Event>Action.Builder. getEvents()Gets the value of the 'events' field.List<Event>Action. getEvents()Gets the value of the 'events' field.Methods in com.redhat.cloud.notifications.ingress with parameters of type Event Modifier and Type Method Description static Event.BuilderEvent. newBuilder(Event other)Creates a new Event RecordBuilder by copying an existing Event instance.Method parameters in com.redhat.cloud.notifications.ingress with type arguments of type Event Modifier and Type Method Description Action.BuilderAction.Builder. setEvents(List<Event> value)Sets the value of the 'events' field.voidAction. setEvents(List<Event> value)Sets the value of the 'events' field.Constructor parameters in com.redhat.cloud.notifications.ingress with type arguments of type Event Constructor Description Action(String bundle, String application, String event_type, LocalDateTime timestamp, String account_id, Map context, List<Event> events, String version, List<Recipient> recipients)All-args constructor.
-