public interface HttpScopeNotification extends HttpServerScopes
Modifier and Type | Interface and Description |
---|---|
static class |
HttpScopeNotification.SessionNotificationType
Scope.SESSION notification types |
Modifier and Type | Method and Description |
---|---|
boolean |
isOfType(Enum... types)
Returns
true if this notification matches any of the specified types. |
getScope, getScope, getScopeIds
boolean isOfType(Enum... types)
true
if this notification matches any of the specified types.types
- the notification types to checktrue
if this notification matches any of the specified types. Otherwise false
Copyright © 2020 JBoss by Red Hat. All rights reserved.