Class RxJavaStreamsConstants
- java.lang.Object
-
- org.apache.camel.component.rxjava.engine.RxJavaStreamsConstants
-
public final class RxJavaStreamsConstants extends Object
Useful constants used in the Camel Reactive Streams component.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.camel.AsyncCallback
EMPTY_ASYNC_CALLBACK
An implementation of theAsyncCallback
that does nothing.static String
SERVICE_NAME
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
EMPTY_ASYNC_CALLBACK
public static final org.apache.camel.AsyncCallback EMPTY_ASYNC_CALLBACK
An implementation of theAsyncCallback
that does nothing.
-
-