Interface CustomEventFactory
public interface CustomEventFactory
Factory for custom events.
-
Method Summary
Modifier and TypeMethodDescription@NotNull CustomEvent
createEvent
(String subtype, PrismValue value, EventOperationType operation, EventStatusType status, String channel) @NotNull CustomEvent
createEvent
(String subtype, List<PipelineItem> data, EventOperationType operation, EventStatusType status, String channel)
-
Method Details
-
createEvent
@NotNull @NotNull CustomEvent createEvent(String subtype, PrismValue value, EventOperationType operation, EventStatusType status, String channel) -
createEvent
@NotNull @NotNull CustomEvent createEvent(String subtype, List<PipelineItem> data, EventOperationType operation, EventStatusType status, String channel)
-