Interface W3cNotification


public interface W3cNotification
W3c-specific notification parameters. Use W3cNotification.Builder to define and build the element.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    W3C specific notification element builder.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    byte[]
    Get the notification blob.
    Get the time to live of the W3c notification.
  • Method Details

    • builder

      static W3cNotification.Builder 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.