Package org.apache.camel.component.nats
Interface NatsConstants
public interface NatsConstants
-
Field Details
-
NATS_MESSAGE_TIMESTAMP
@Metadata(description="The timestamp of a consumed message.", javaType="long") static final String NATS_MESSAGE_TIMESTAMP- See Also:
-
NATS_SID
@Metadata(description="The SID of a consumed message.", javaType="String") static final String NATS_SID- See Also:
-
NATS_REPLY_TO
@Metadata(description="The ReplyTo of a consumed message (may be null).", javaType="String") static final String NATS_REPLY_TO- See Also:
-
NATS_SUBJECT
@Metadata(description="The Subject of a consumed message.", javaType="String") static final String NATS_SUBJECT- See Also:
-
NATS_QUEUE_NAME
@Metadata(description="The Queue name of a consumed message (may be null).", javaType="String") static final String NATS_QUEUE_NAME- See Also:
-
NATS_REQUEST_TIMEOUT_THREAD_PROFILE_NAME
- See Also:
-