java.util.concurrent.CompletionStage<java.lang.Void> |
InteropClient.addContextListener(ContextListener contextListener) |
Adds a context listener for incoming context.
|
java.util.concurrent.CompletionStage<java.lang.Void> |
InteropClient.addContextListener(java.lang.String contextType,
ContextListener contextListener) |
Adds a context listener for incoming context of specified context type.
|
java.util.concurrent.CompletionStage<java.lang.Void> |
InteropClientImpl.addContextListener(ContextListener contextListener) |
|
java.util.concurrent.CompletionStage<java.lang.Void> |
InteropClientImpl.addContextListener(java.lang.String contextType,
ContextListener listener) |
|
java.util.concurrent.CompletionStage<java.lang.Void> |
InteropClient.removeContextListener(ContextListener contextListener) |
Removes the context listener.
|
java.util.concurrent.CompletionStage<java.lang.Void> |
InteropClient.removeContextListener(java.lang.String contextType,
ContextListener contextListener) |
Remove the context listener of specified context type.
|
java.util.concurrent.CompletionStage<java.lang.Void> |
InteropClientImpl.removeContextListener(ContextListener contextListener) |
|
java.util.concurrent.CompletionStage<java.lang.Void> |
InteropClientImpl.removeContextListener(java.lang.String contextType,
ContextListener listener) |
|