public final class Headers extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADDRESS |
static String |
KEY |
static String |
ORIGINAL |
static String |
RESPONSE_CALLBACK |
| Modifier and Type | Method and Description |
|---|---|
static String |
address(Event event) |
static String |
key(Event event) |
static <T> Optional<T> |
original(Event event,
Class<T> type) |
static <R> R |
responseCallback(Event event,
Class<? extends ResponseCallback> type) |
public static final String ORIGINAL
public static final String ADDRESS
public static final String KEY
public static final String RESPONSE_CALLBACK
Copyright © 2017. All rights reserved.