FSharp.CloudAgent


FSharp.CloudAgent

FSharp.CloudAgent Namespace

TypeDescription
ActorKey

Represents a unique key to identify an agent / actor.

ModuleDescription
ConnectionFactory

Contains connectors for F# Agents to Azure Service Bus Queues as either Workers or Actors.

FSharp.CloudAgent.Connections Namespace

TypeDescription
CloudConnection

Represents a connection to a pool of agents.

Queue

Represents a service bus queue.

ServiceBusConnection

Represents details of a connection to an Azure Service Bus.

FSharp.CloudAgent.Messaging Namespace

TypeDescription
CloudAgentKind<'a>

Represents the kinds of F# Agents that can be bound to an Azure Service Bus Queue for processing distributed messages, optionally with automatic retry.

MessageProcessedStatus

The different completion statuses a CloudMessage can have.

Fork me on GitHub