io.relayr.amqp

properties

package properties

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. properties
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class BasicKey[V] extends Key[V, V]

  2. class BasicPropertiesReadable extends BasicProperties with UndefinedSetters

    This class is a canary to detect if any properties have been added to the java client's BasicProperties and not into MessageProperties

  3. sealed abstract class Key[J, V] extends AnyRef

  4. trait UndefinedSetters extends BasicProperties

    These are the unimplementaions of all the deprecated setters on the BasicProperties interface, we just have this trait to allow us to implement the methods above

Value Members

  1. object Key

    Keys for Message properties

Inherited from AnyRef

Inherited from Any

Ungrouped