Interface NotificationInterface

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
MQTTNotification

public interface NotificationInterface extends Closeable
The Interface NotificationInterface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(String url, String key, String value, long lifetime)
    Notify.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • notify

      void notify(String url, String key, String value, long lifetime) throws IOException
      Notify.
      Parameters:
      url - the url
      key - the key
      value - the value
      lifetime - the lifetime
      Throws:
      IOException - the io exception