Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DispatchOperation

Represents an operation on a service endpoint in the dispatcher. Exposes configuration options for the operation.

Hierarchy

  • DispatchOperation

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

endpoint

The endpoint.

formatter

formatter: MessageFormatter

The formatter for the operation, responsible for serializing and deserailizing requests.

invoker

The object responsible for invoking the service method.

isOneWay

isOneWay: boolean

Indicates if the operation is one way. If true the dispatcher does not wait for the operation to complete before sending a response to the client.

name

name: string

The name of the operation.

Methods

validate

  • validate(): void

Generated using TypeDoc