- CloudEventComponent - Annotation Type in io.streamzi.eventflow.annotations
-
Marks a class as able to participate in a CloudEvent processor flow
- CloudEventComponentStart - Annotation Type in io.streamzi.eventflow.annotations
-
Labels a method to be called when a cloud event component is started
- CloudEventComponentStop - Annotation Type in io.streamzi.eventflow.annotations
-
Marks a method to be called when a component needs to be stopped
- CloudEventComponentTimer - Annotation Type in io.streamzi.eventflow.annotations
-
Method run periodically to send data
- CloudEventConsumer - Annotation Type in io.streamzi.eventflow.annotations
-
Annotate a method as taking cloud events
- CloudEventProducer - Annotation Type in io.streamzi.eventflow.annotations
-
Mark an object as a receiver of cloud events
- CloudEventProducerTarget - Interface in io.streamzi.eventflow.annotations
-
This interface defines an object that can receive cloud events