Package

com.ibm.analytics

messagehub

Permalink

package messagehub

Visibility
  1. Public
  2. All

Type Members

  1. class Admin extends LazyLogging

    Permalink
  2. case class DeleteTopicError(statusCode: StatusCode, body: String, message: String, causedBy: Throwable = null) extends Exception with Product with Serializable

    Permalink
  3. case class GetTopicsError(statusCode: StatusCode, body: String, message: String, causedBy: Throwable = null) extends Exception with Product with Serializable

    Permalink
  4. class Publisher extends AnyRef

    Permalink
  5. class Subscriber extends AnyRef

    Permalink
  6. case class SubscriberResult(_done: Promise[Done], _killSwitch: SharedKillSwitch, _sourceControl: Option[Control] = None) extends Product with Serializable

    Permalink
  7. case class TopicCreationError(statusCode: StatusCode, body: String, message: String, causedBy: Throwable = null) extends Exception with Product with Serializable

    Permalink

    MesssageHub REST API documentation:

    MesssageHub REST API documentation:

    https://github.com/ibm-messaging/message-hub-docs/tree/master/admin-rest-api

  8. case class TopicDetails(name: String, markedForDeletion: Boolean, partitions: Int, retentionMs: Long) extends Product with Serializable

    Permalink
  9. case class TruststoreConfig(location: String, password: String) extends Product with Serializable

    Permalink

Value Members

  1. object Admin

    Permalink
  2. object ClientCLI

    Permalink

    Created by rbigaj on 06/05/2017.

  3. object KafkaConfigFactory

    Permalink
  4. object MessageHub

    Permalink
  5. object Publisher

    Permalink
  6. object Subscriber

    Permalink
  7. object TopicDetails extends DefaultJsonProtocol with Serializable

    Permalink
  8. object TruststoreConfig extends Serializable

    Permalink
  9. package actors

    Permalink
  10. package models

    Permalink

Ungrouped