Class ReactiveStreamsConstants
java.lang.Object
org.apache.camel.component.reactive.streams.ReactiveStreamsConstants
Useful constants used in the Camel Reactive Streams component.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final StringEvery 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 final Stringstatic final String -
Method Summary
-
Field Details
-
SCHEME
- See Also:
-
SERVICE_PATH
- See Also:
-
DEFAULT_SERVICE_NAME
- See Also:
-
REACTIVE_STREAMS_EVENT_TYPE
@Metadata(label="consumer", javaType="String") public static final String REACTIVE_STREAMS_EVENT_TYPEEvery 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:
-
REACTIVE_STREAMS_CALLBACK
@Metadata(description="The callback.", javaType="org.apache.camel.component.reactive.streams.api.DispatchCallback") public static final String REACTIVE_STREAMS_CALLBACK- See Also:
-