CreateEventBusRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.

Link copied to clipboard
val name: String?

The name of the new event bus.

Link copied to clipboard
val tags: List<Tag>?

Tags to associate with the event bus.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String