Remove the binary prefix
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
8c03752e86
commit
2a5108ebce
|
@ -23,7 +23,7 @@ import java.util.Map;
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@FunctionalInterface
|
@FunctionalInterface
|
||||||
public interface BinaryFormatHeaderMapper {
|
public interface FormatHeaderMapper {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Maps the 'attributes' and 'extensions' of CloudEvent envelop to 'headers' of binary format
|
* Maps the 'attributes' and 'extensions' of CloudEvent envelop to 'headers' of binary format
|
||||||
|
|
Loading…
Reference in New Issue