Class

com.github.gvolpe.fs2rabbit.program

BindingProgram

Related Doc: package program

Permalink

class BindingProgram[F[_]] extends BindingAlg[[β$0$]Stream[F, β$0$]]

Linear Supertypes
BindingAlg[[β$0$]Stream[F, β$0$]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BindingProgram
  2. BindingAlg
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BindingProgram()(implicit arg0: Sync[F], SE: StreamEval[F])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bindExchange(channel: Channel, destination: ExchangeName, source: ExchangeName, routingKey: RoutingKey, args: ExchangeBindingArgs): Stream[F, BindOk]

    Permalink

    Binds an exchange to an exchange.

    Binds an exchange to an exchange.

    Definition Classes
    BindingProgramBindingAlg
  6. def bindQueue(channel: Channel, queueName: QueueName, exchangeName: ExchangeName, routingKey: RoutingKey, args: QueueBindingArgs): Stream[F, BindOk]

    Permalink

    Binds a queue to an exchange with the given arguments.

    Binds a queue to an exchange with the given arguments.

    Definition Classes
    BindingProgramBindingAlg
  7. def bindQueue(channel: Channel, queueName: QueueName, exchangeName: ExchangeName, routingKey: RoutingKey): Stream[F, BindOk]

    Permalink

    Binds a queue to an exchange, with extra arguments.

    Binds a queue to an exchange, with extra arguments.

    Definition Classes
    BindingProgramBindingAlg
  8. def bindQueueNoWait(channel: Channel, queueName: QueueName, exchangeName: ExchangeName, routingKey: RoutingKey, args: QueueBindingArgs): Stream[F, Unit]

    Permalink

    Binds a queue to an exchange with the given arguments but sets nowait parameter to true and returns nothing (as there will be no response from the server).

    Binds a queue to an exchange with the given arguments but sets nowait parameter to true and returns nothing (as there will be no response from the server).

    Definition Classes
    BindingProgramBindingAlg
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. def unbindQueue(channel: Channel, queueName: QueueName, exchangeName: ExchangeName, routingKey: RoutingKey): Stream[F, UnbindOk]

    Permalink

    Unbinds a queue from an exchange with the given arguments.

    Unbinds a queue from an exchange with the given arguments.

    Definition Classes
    BindingProgramBindingAlg
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BindingAlg[[β$0$]Stream[F, β$0$]]

Inherited from AnyRef

Inherited from Any

Ungrouped