public interface Attributes
| Modifier and Type | Method and Description |
|---|---|
@NotBlank String |
getId() |
Optional<String> |
getMediaType()
A common way to get the media type of CloudEvents 'data';
|
@NotNull URI |
getSource() |
@NotBlank String |
getSpecversion() |
@NotBlank String |
getType() |
@NotBlank @NotBlank String getId()
@NotBlank @NotBlank String getType()
@NotNull @NotNull URI getSource()
@NotBlank @NotBlank String getSpecversion()
Copyright © 2020. All rights reserved.