Package org.infinispan.security.actions
Class RemoveListenerAsyncAction
- java.lang.Object
-
- org.infinispan.security.actions.RemoveListenerAsyncAction
-
- All Implemented Interfaces:
PrivilegedAction<CompletionStage<Void>>
public class RemoveListenerAsyncAction extends Object implements PrivilegedAction<CompletionStage<Void>>
removeListenerAsync action- Since:
- 13.0
- Author:
- Dan Berindei
-
-
Constructor Summary
Constructors Constructor Description RemoveListenerAsyncAction(Listenable listenable, Object listener)
-
-
-
Constructor Detail
-
RemoveListenerAsyncAction
public RemoveListenerAsyncAction(Listenable listenable, Object listener)
-
-
Method Detail
-
run
public CompletionStage<Void> run()
- Specified by:
run
in interfacePrivilegedAction<CompletionStage<Void>>
-
-