package
messagehub
Type Members
-
class
Admin extends LazyLogging
-
case class
DeleteTopicError(statusCode: StatusCode, body: String, message: String, causedBy: Throwable = null) extends Exception with Product with Serializable
-
case class
GetTopicsError(statusCode: StatusCode, body: String, message: String, causedBy: Throwable = null) extends Exception with Product with Serializable
-
class
Publisher extends AnyRef
-
class
Subscriber extends AnyRef
-
case class
SubscriberResult(_done: Promise[Done], _killSwitch: SharedKillSwitch, _sourceControl: Option[Control] = None) extends Product with Serializable
-
case class
TopicCreationError(statusCode: StatusCode, body: String, message: String, causedBy: Throwable = null) extends Exception with Product with Serializable
-
case class
TopicDetails(name: String, markedForDeletion: Boolean, partitions: Int, retentionMs: Long) extends Product with Serializable
-
case class
TruststoreConfig(location: String, password: String) extends Product with Serializable
Value Members
-
-
-
-
-
-
-
object
TopicDetails extends DefaultJsonProtocol with Serializable
-
-
-
MesssageHub REST API documentation:
https://github.com/ibm-messaging/message-hub-docs/tree/master/admin-rest-api