C# Class MassTransit.AzureServiceBusTransport.Contexts.QueueClientContext

Inheritance: ClientContext
Mostrar archivo Open project: MassTransit/MassTransit

Public Methods

Method Description
OnMessageAsync ( Task>.Func callback, OnMessageOptions options ) : void
QueueClientContext ( QueueClient client, Uri inputAddress ) : System
RegisterSessionHandlerFactoryAsync ( IMessageSessionAsyncHandlerFactory factory, SessionHandlerOptions options ) : System.Threading.Tasks.Task

Method Details

OnMessageAsync() public method

public OnMessageAsync ( Task>.Func callback, OnMessageOptions options ) : void
callback Task>.Func
options OnMessageOptions
return void

QueueClientContext() public method

public QueueClientContext ( QueueClient client, Uri inputAddress ) : System
client QueueClient
inputAddress System.Uri
return System

RegisterSessionHandlerFactoryAsync() public method

public RegisterSessionHandlerFactoryAsync ( IMessageSessionAsyncHandlerFactory factory, SessionHandlerOptions options ) : System.Threading.Tasks.Task
factory IMessageSessionAsyncHandlerFactory
options SessionHandlerOptions
return System.Threading.Tasks.Task