public class InterceptorHolder extends Object
| Constructor and Description |
|---|
InterceptorHolder(java.util.function.Function<Message<JsonObject>,Future<Message<JsonObject>>> interceptor) |
InterceptorHolder(String action,
java.util.function.Function<Message<JsonObject>,Future<Message<JsonObject>>> interceptor) |
| Modifier and Type | Method and Description |
|---|---|
String |
action() |
java.util.function.Function<Message<JsonObject>,Future<Message<JsonObject>>> |
interceptor() |
public InterceptorHolder(String action, java.util.function.Function<Message<JsonObject>,Future<Message<JsonObject>>> interceptor)
public InterceptorHolder(java.util.function.Function<Message<JsonObject>,Future<Message<JsonObject>>> interceptor)
public String action()
public java.util.function.Function<Message<JsonObject>,Future<Message<JsonObject>>> interceptor()
Copyright © 2022 Eclipse. All rights reserved.