object declaration
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- declaration
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait AutoDeleteCfg extends Product with Serializable
- final case class DeclarationExchangeConfig(exchangeName: ExchangeName, exchangeType: ExchangeType, durable: DurableCfg, autoDelete: AutoDeleteCfg, internal: InternalCfg, arguments: Arguments) extends Product with Serializable
- final case class DeclarationQueueConfig(queueName: QueueName, durable: DurableCfg, exclusive: ExclusiveCfg, autoDelete: AutoDeleteCfg, arguments: Arguments) extends Product with Serializable
- sealed trait DurableCfg extends Product with Serializable
- sealed trait ExclusiveCfg extends Product with Serializable
- sealed trait InternalCfg extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object AutoDelete extends AutoDeleteCfg with Product with Serializable
- object DeclarationExchangeConfig extends Serializable
- object DeclarationQueueConfig extends Serializable
- object Durable extends DurableCfg with Product with Serializable
- object Exclusive extends ExclusiveCfg with Product with Serializable
- object Internal extends InternalCfg with Product with Serializable
- object NonAutoDelete extends AutoDeleteCfg with Product with Serializable
- object NonDurable extends DurableCfg with Product with Serializable
- object NonExclusive extends ExclusiveCfg with Product with Serializable
- object NonInternal extends InternalCfg with Product with Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated