Modifier and Type | Field and Description |
---|---|
static TypeArg<SendContext> |
__TYPE_ARG |
TypeArg<T> |
__typeArg_0 |
Constructor and Description |
---|
SendContext(SendContext delegate) |
SendContext(SendContext delegate,
TypeArg<T> typeArg_0) |
Modifier and Type | Method and Description |
---|---|
SendContext |
getDelegate() |
Message<T> |
message() |
static <T> SendContext |
newInstance(SendContext arg) |
static <T> SendContext |
newInstance(SendContext arg,
TypeArg<T> __typeArg_T) |
void |
next()
Call the next interceptor
|
boolean |
send() |
public static final TypeArg<SendContext> __TYPE_ARG
public SendContext(SendContext delegate)
public SendContext(SendContext delegate, TypeArg<T> typeArg_0)
public SendContext getDelegate()
public void next()
public boolean send()
public static <T> SendContext newInstance(SendContext arg)
public static <T> SendContext newInstance(SendContext arg, TypeArg<T> __typeArg_T)
Copyright © 2017. All rights reserved.