Interface CloudEventMetaBuilder<C extends CloudEventMeta,S>
- Type Parameters:
C- theCloudEventMetaDTO for the given contextS- the source to extract theCloudEventMetainformation
public interface CloudEventMetaBuilder<C extends CloudEventMeta,S>
CloudEventMeta builder-
Method Summary
-
Method Details
-
build
Generates aSetofCloudEventMetaobjects based on the given engine model- Parameters:
sourceModel- the given executor model
-