Interface W3cNotification
public interface W3cNotification
W3c-specific notification parameters. Use
W3cNotification.Builder to define and build the element.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classW3C specific notification element builder. -
Method Summary
Modifier and TypeMethodDescriptionstatic W3cNotification.Builderbuilder()byte[]getBlob()Get the notification blob.getTtl()Get the time to live of the W3c notification.
-
Method Details
-
builder
-
getBlob
byte[] getBlob()Get the notification blob. May return null.- Returns:
- byte array blob or null.
-
getTtl
Duration getTtl()Get the time to live of the W3c notification. May return null.- Returns:
- time to live or null.
-