Interface CloudEventMetaBuilder<C extends CloudEventMeta,S>

Type Parameters:
C - the CloudEventMeta DTO for the given context
S - the source to extract the CloudEventMeta information

public interface CloudEventMetaBuilder<C extends CloudEventMeta,S>
  • Method Summary

    Modifier and Type
    Method
    Description
    build(S sourceModel)
    Generates a Set of CloudEventMeta objects based on the given engine model
  • Method Details

    • build

      Set<C> build(S sourceModel)
      Generates a Set of CloudEventMeta objects based on the given engine model
      Parameters:
      sourceModel - the given executor model