Documentation ¶
Index ¶
Constants ¶
View Source
const ( OFFLINE = iota ONLINE )
View Source
const ( NATS_STOMP_SUBJECT_PREFIX = "stomp.usp.v1." NATS_STOMP_ADAPTER_SUBJECT_PREFIX = "stomp-adapter.usp.v1." DEVICE_SUBJECT_PREFIX = "device.usp.v1." STOMP_QUEUE_PREFIX = "oktopus/usp/v1/" STOMP_STATUS_QUEUE = STOMP_QUEUE_PREFIX + "status" DEVICE_TIMEOUT_RESPONSE = 5 * time.Second USP_CONTENT_TYPE = "application/vnd.bbf.usp.msg" )
View Source
const STOMP_CONNECTION_RETRY = 5 * time.Second
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Subscriber ¶
Click to show internal directories.
Click to hide internal directories.