public interface ClientPolicyExecutorProvider extends Provider
ClientPolicyProvider is adopted.
The executor can be executed on the events defined in ClientPolicyEvent.
It is sufficient for the implementer of this executor to implement methods in which they are interested
and isEvaluatedOnEvent method.| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
default void |
executeOnEvent(ClientPolicyContext context)
execute actions against the client on the event defined in
ClientPolicyEvent. |
String |
getName() |
String |
getProviderId() |
default void executeOnEvent(ClientPolicyContext context) throws ClientPolicyException
ClientPolicyEvent.context - - the context of the event.{@link - ClientPolicyException} - if something wrong happens when execution actions.ClientPolicyExceptionString getName()
String getProviderId()
Copyright © 2021 JBoss by Red Hat. All rights reserved.