Interface HttpScopeNotification

All Superinterfaces:
HttpServerScopes

public interface HttpScopeNotification extends HttpServerScopes
Interface providing information about scope notifications.
Author:
Pedro Igor
  • Method Details

    • isOfType

      boolean isOfType(Enum... types)
      Returns true if this notification matches any of the specified types.
      Parameters:
      types - the notification types to check
      Returns:
      true if this notification matches any of the specified types. Otherwise false