Interface CustomEventFactory
-
public interface CustomEventFactory
Factory for custom events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull CustomEvent
createEvent(String subtype, EventHandlerType handler, PrismValue value, EventOperationType operation, EventStatusType status, String channel)
@NotNull CustomEvent
createEvent(String subtype, EventHandlerType handler, List<PipelineItem> data, EventOperationType operation, EventStatusType status, String channel)
-
-
-
Method Detail
-
createEvent
@NotNull @NotNull CustomEvent createEvent(String subtype, EventHandlerType handler, PrismValue value, EventOperationType operation, EventStatusType status, String channel)
-
createEvent
@NotNull @NotNull CustomEvent createEvent(String subtype, EventHandlerType handler, List<PipelineItem> data, EventOperationType operation, EventStatusType status, String channel)
-
-