lepus.client
package lepus.client
Members list
Concise view
Type members
Classlikes
enum Acknowledgment
Attributes
- Source:
- MessageTypes.scala
- Graph
- Supertypes
final class AuthenticationConfig[F[_]](val mechanisms: NonEmptyList[SaslMechanism[F]]) extends AnyVal
SASL Mechanisms orderd by preferrence from high to low
SASL Mechanisms orderd by preferrence from high to low
Attributes
- Companion:
- object
- Source:
- SaslMechanism.scala
- Graph
- Supertypes
- class AnyValtrait Matchableclass Any
object AuthenticationConfig
Attributes
- Companion:
- class
- Source:
- SaslMechanism.scala
- Graph
- Supertypes
- Self type
- AuthenticationConfig.type
Attributes
- Source:
- StartupNegotiation.scala
- Graph
- Supertypes
final case class Capabilities(publisherConfirm: Boolean, directReply: Boolean, consumerPriority: Boolean, authenticationFailure: Boolean, consumerCancelNotify: Boolean, basicNack: Boolean, e2eBinding: Boolean, perConsumerQos: Boolean, connectionBlocked: Boolean)
Attributes
- Companion:
- object
- Source:
- Capabilities.scala
- Graph
- Supertypes
object Capabilities
Attributes
- Companion:
- class
- Source:
- Capabilities.scala
- Graph
- Supertypes
- Self type
- Capabilities.type
Attributes
- Companion:
- object
- Source:
- Channel.scala
- Graph
- Supertypes
object Channel
Attributes
- Companion:
- trait
- Source:
- Channel.scala
- Graph
- Supertypes
- Self type
- Channel.type
Attributes
- Companion:
- object
- Source:
- Config.scala
- Graph
- Supertypes
object ChannelConfig
Attributes
- Companion:
- class
- Source:
- Config.scala
- Graph
- Supertypes
- Self type
- ChannelConfig.type
Attributes
- Source:
- MessageTypes.scala
- Graph
- Supertypes
Attributes
- Companion:
- object
- Source:
- Connection.scala
- Graph
- Supertypes
object Connection
Attributes
- Companion:
- trait
- Source:
- Connection.scala
- Graph
- Supertypes
- Self type
- Connection.type
Attributes
- Companion:
- object
- Source:
- Config.scala
- Graph
- Supertypes
object ConnectionConfig
Attributes
- Companion:
- class
- Source:
- Config.scala
- Graph
- Supertypes
- Self type
- ConnectionConfig.type
enum ConsumeMode
Consume mode determines how a decoding consumer behaves,
ConsumeMode.RaiseOnError raises error when decoding is failed,
ConsumeMode.NackOnError sends a nack for the failed message
RaiseOnError(false) consumes in auto ack mode, the other two requires you
to acknowledge each message
Consume mode determines how a decoding consumer behaves,
ConsumeMode.RaiseOnError raises error when decoding is failed,
ConsumeMode.NackOnError sends a nack for the failed message
RaiseOnError(false) consumes in auto ack mode, the other two requires you
to acknowledge each message
Attributes
- Source:
- MessageTypes.scala
- Graph
- Supertypes
final case class DeliveredMessage[T](consumerTag: ConsumerTag, deliveryTag: DeliveryTag, redelivered: Redelivered, exchange: ExchangeName, routingKey: ShortString, message: Message[T])
Attributes
- Source:
- MessageTypes.scala
- Graph
- Supertypes
final case class Envelope[T](exchange: ExchangeName, routingKey: ShortString, mandatory: Boolean, message: Message[T])
Attributes
- Companion:
- object
- Source:
- MessageTypes.scala
- Graph
- Supertypes
object Envelope
Attributes
- Companion:
- class
- Source:
- MessageTypes.scala
- Graph
- Supertypes
- Self type
- Envelope.type
Attributes
- Source:
- APIs.scala
- Graph
- Supertypes
object LepusClient
Attributes
- Source:
- LepusClient.scala
- Graph
- Supertypes
- Self type
- LepusClient.type
Attributes
- Companion:
- object
- Source:
- MessageTypes.scala
- Graph
- Supertypes
object Message
Attributes
- Companion:
- class
- Source:
- MessageTypes.scala
- Graph
- Supertypes
- Self type
- Message.type
Attributes
- Companion:
- object
- Source:
- MessageCodec.scala
- Graph
- Supertypes
- Self type
- MessageCodec[T]
object MessageCodec
Attributes
- Companion:
- trait
- Source:
- MessageCodec.scala
- Graph
- Supertypes
- Self type
- MessageCodec.type
Attributes
- Companion:
- object
- Source:
- MessageCodec.scala
- Graph
- Supertypes
- Known subtypes
- trait MessageCodec[T]
- Self type
object MessageDecoder
Attributes
- Companion:
- trait
- Source:
- MessageCodec.scala
- Graph
- Supertypes
- Self type
- MessageDecoder.type
Attributes
- Companion:
- object
- Source:
- MessageCodec.scala
- Graph
- Supertypes
- Known subtypes
- trait MessageCodec[T]
- Self type
object MessageEncoder
Attributes
- Companion:
- trait
- Source:
- MessageCodec.scala
- Graph
- Supertypes
- Self type
- MessageEncoder.type
object MessageRaw
Attributes
- Source:
- MessageTypes.scala
- Graph
- Supertypes
- Self type
- MessageRaw.type
Attributes
- Source:
- StartupNegotiation.scala
- Graph
- Supertypes
Attributes
- Source:
- StartupNegotiation.scala
- Graph
- Supertypes
- Self type
- NegotiationError.type
Attributes
- Source:
- StartupNegotiation.scala
- Graph
- Supertypes
- Self type
- NegotiationFailed.type
Attributes
- Source:
- StartupNegotiation.scala
- Graph
- Supertypes
- Self type
Attributes
- Source:
- APIs.scala
- Graph
- Supertypes
final case class ReturnedMessage[T](replyCode: ReplyCode, replyText: ReplyText, exchange: ExchangeName, routingKey: ShortString, message: Message[T])
Attributes
- Source:
- MessageTypes.scala
- Graph
- Supertypes
object SSL
final case class SaslMechanism[F[_]](name: ShortString, first: F[LongString], next: LongString => F[LongString])
Attributes
- Companion:
- object
- Source:
- SaslMechanism.scala
- Graph
- Supertypes
object SaslMechanism
Attributes
- Companion:
- class
- Source:
- SaslMechanism.scala
- Graph
- Supertypes
- Self type
- SaslMechanism.type
Attributes
- Companion:
- object
- Source:
- StartupNegotiation.scala
- Graph
- Supertypes
object StartupNegotiation
Attributes
- Companion:
- trait
- Source:
- StartupNegotiation.scala
- Graph
- Supertypes
- Self type
- StartupNegotiation.type
final case class SynchronousGet[T](deliveryTag: DeliveryTag, redelivered: Redelivered, exchange: ExchangeName, routingKey: ShortString, messageCount: MessageCount, message: Message[T])
Attributes
- Source:
- MessageTypes.scala
- Graph
- Supertypes
object Transport
Attributes
- Source:
- Transport.scala
- Graph
- Supertypes
- Self type
- Transport.type
Types
Attributes
- Source:
- MessageTypes.scala
Attributes
- Source:
- MessageTypes.scala
Attributes
- Source:
- MessageTypes.scala
Attributes
- Source:
- MessageTypes.scala
Attributes
- Source:
- StartupNegotiation.scala
Attributes
- Source:
- MessageTypes.scala
Attributes
- Source:
- MessageTypes.scala
Value members
Concrete fields
Attributes
- Source:
- MessageTypes.scala
Attributes
- Source:
- MessageTypes.scala
Attributes
- Source:
- MessageTypes.scala
Attributes
- Source:
- MessageTypes.scala