| Package | Description |
|---|---|
| org.jboss.invocation |
| Modifier and Type | Method and Description |
|---|---|
default AsynchronousInterceptor.ResultHandler |
AsynchronousInterceptor.ResultHandler.withAction(Runnable action)
Create a new result handler that delegates to this one but first performs an action.
|
default <T> AsynchronousInterceptor.ResultHandler |
AsynchronousInterceptor.ResultHandler.withAction(T argument,
Consumer<T> action)
Create a new result handler that delegates to this one but first performs an action.
|
default <T,U> AsynchronousInterceptor.ResultHandler |
AsynchronousInterceptor.ResultHandler.withAction(T arg1,
U arg2,
BiConsumer<T,U> action)
Create a new result handler that delegates to this one but first performs an action.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.