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.AsyncCallbackEMPTY_ASYNC_CALLBACKAn implementation of theAsyncCallbackthat does nothing.static StringSERVICE_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 theAsyncCallbackthat does nothing.
-
-