Package | Description |
---|---|
org.seamcat.model.plugin.eventprocessing |
Modifier and Type | Method and Description |
---|---|
<T> EventProcessing<T> |
EventProcessingFactory.getByClass(Class<? extends EventProcessingPlugin<T>> clazz) |
<T> EventProcessing<T> |
EventProcessingFactory.getByClass(Class<? extends EventProcessingPlugin<T>> clazz,
T input) |
<T> EventProcessing<T> |
EventProcessingFactory.getByClass(Class<? extends EventProcessingPlugin<T>> clazz,
T input,
String id,
String name,
String notes) |
<T> EventProcessing<T> |
EventProcessingFactory.getByConfiguration(Configuration<EventProcessingPlugin<T>,T> configuration) |
Copyright © 2018. All rights reserved.