com
.
github
.
gvolpe
.
fs2rabbit
model
Related Doc:
package fs2rabbit
object
model
Linear Supertypes
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
model
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
trait
AMQPChannel
extends
AnyRef
trait
AMQPConnection
extends
AnyRef
final
case class
Ack
(
deliveryTag:
DeliveryTag
)
extends
AckResult
with
Product
with
Serializable
sealed
trait
AckResult
extends
Product
with
Serializable
case class
AmqpEnvelope
(
deliveryTag:
DeliveryTag
,
payload:
String
,
properties:
AmqpProperties
)
extends
Product
with
Serializable
sealed
trait
AmqpHeaderVal
extends
Product
with
Serializable
case class
AmqpMessage
[
A
]
(
payload:
A
,
properties:
AmqpProperties
)
extends
Product
with
Serializable
case class
AmqpProperties
(
contentType:
Option
[
String
]
,
contentEncoding:
Option
[
String
]
,
headers:
Map
[
String
,
AmqpHeaderVal
]
)
extends
Product
with
Serializable
case class
BasicQos
(
prefetchSize:
Int
,
prefetchCount:
Int
,
global:
Boolean
=
false
)
extends
Product
with
Serializable
case class
ConsumerArgs
(
consumerTag:
String
,
noLocal:
Boolean
,
exclusive:
Boolean
,
args:
Map
[
String
,
AnyRef
]
)
extends
Product
with
Serializable
final
case class
DeliveryTag
(
value:
Long
)
extends
AnyVal
with
Product
with
Serializable
final
case class
ExchangeBindingArgs
(
value:
Map
[
String
,
AnyRef
]
)
extends
AnyVal
with
Product
with
Serializable
final
case class
ExchangeDeclarationArgs
(
value:
Map
[
String
,
AnyRef
]
)
extends
AnyVal
with
Product
with
Serializable
final
case class
ExchangeName
(
value:
String
)
extends
AnyVal
with
Product
with
Serializable
final
case class
IntVal
(
v:
Int
)
extends
AmqpHeaderVal
with
Product
with
Serializable
final
case class
LongVal
(
v:
Long
)
extends
AmqpHeaderVal
with
Product
with
Serializable
final
case class
NAck
(
deliveryTag:
DeliveryTag
)
extends
AckResult
with
Product
with
Serializable
final
case class
QueueBindingArgs
(
value:
Map
[
String
,
AnyRef
]
)
extends
AnyVal
with
Product
with
Serializable
final
case class
QueueDeclarationArgs
(
value:
Map
[
String
,
AnyRef
]
)
extends
AnyVal
with
Product
with
Serializable
final
case class
QueueName
(
value:
String
)
extends
AnyVal
with
Product
with
Serializable
case class
RabbitChannel
(
value:
Channel
)
extends
AMQPChannel
with
Product
with
Serializable
case class
RabbitConnection
(
connection:
Connection
)
extends
AMQPConnection
with
Product
with
Serializable
final
case class
RoutingKey
(
value:
String
)
extends
AnyVal
with
Product
with
Serializable
type
StreamAcker
[
F
[
_
]
]
= (
Stream
[
F
,
AckResult
]) ⇒
Stream
[
F
,
Unit
]
type
StreamAckerConsumer
[
F
[
_
]
]
= (
StreamAcker
[
F
],
StreamConsumer
[
F
])
type
StreamConsumer
[
F
[
_
]
]
=
Stream
[
F
,
AmqpEnvelope
]
type
StreamPublisher
[
F
[
_
]
]
= (
Stream
[
F
,
AmqpMessage
[
String
]]) ⇒
Stream
[
F
,
Unit
]
final
case class
StringVal
(
v:
String
)
extends
AmqpHeaderVal
with
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
object
AmqpHeaderVal
extends
Serializable
object
AmqpProperties
extends
Serializable
object
ExchangeType
extends
Enumeration
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
AnyRef
Inherited from
Any
Ungrouped