Interface UnsolicitedNotificationHandler

  • All Superinterfaces:
    java.util.function.Consumer<UnsolicitedNotification>

    public interface UnsolicitedNotificationHandler
    extends java.util.function.Consumer<UnsolicitedNotification>
    Marker interface for an intermediate response handler.
    Author:
    Middleware Services
    • Method Summary

      • Methods inherited from interface java.util.function.Consumer

        accept, andThen