@FunctionalInterface public interface EventBuilder<T,A extends Attributes>
Modifier and Type | Method and Description |
---|---|
CloudEvent<A,T> |
build(T data,
A attributes,
Collection<ExtensionFormat> extensions)
Builds a new event using 'data', 'attributes' and 'extensions'
|
CloudEvent<A,T> build(T data, A attributes, Collection<ExtensionFormat> extensions)
Copyright © 2019. All rights reserved.