Class ReactiveStreamsConstants
- java.lang.Object
-
- org.apache.camel.component.reactive.streams.ReactiveStreamsConstants
-
public final class ReactiveStreamsConstants extends Object
Useful constants used in the Camel Reactive Streams component.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_SERVICE_NAME
static String
REACTIVE_STREAMS_CALLBACK
static String
REACTIVE_STREAMS_EVENT_TYPE
Every exchange consumed by Camel has this header set to indicate if the exchange contains an item (value="onNext"), an error (value="onError") or a completion event (value="onComplete").static String
SCHEME
static String
SERVICE_PATH
-
-
-
Field Detail
-
SCHEME
public static final String SCHEME
- See Also:
- Constant Field Values
-
SERVICE_PATH
public static final String SERVICE_PATH
- See Also:
- Constant Field Values
-
DEFAULT_SERVICE_NAME
public static final String DEFAULT_SERVICE_NAME
- See Also:
- Constant Field Values
-
REACTIVE_STREAMS_EVENT_TYPE
public static final String REACTIVE_STREAMS_EVENT_TYPE
Every exchange consumed by Camel has this header set to indicate if the exchange contains an item (value="onNext"), an error (value="onError") or a completion event (value="onComplete"). Errors and completion notification are not forwarded by default.- See Also:
- Constant Field Values
-
REACTIVE_STREAMS_CALLBACK
public static final String REACTIVE_STREAMS_CALLBACK
- See Also:
- Constant Field Values
-
-