Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @tmorin/ceb-messaging-adapter-electron

Index

Type aliases

IpcGatewayNotificationMap

The map defines the internal events of all buses.

IpcObservableGateway

The observable view of a gateway merges the observable channel of all buses.

IpcQueryBusNotificationMap

IpcQueryBusNotificationMap: QueryBusNotificationMap

The map of the internal events for queries handling.

Variables

IpcMainCommandBusSymbol

IpcMainCommandBusSymbol: typeof IpcMainCommandBusSymbol = ...

The symbol used to register IpcMainCommandBus.

IpcMainEventBusSymbol

IpcMainEventBusSymbol: typeof IpcMainEventBusSymbol = ...

The symbol used to register IpcMainEventBus.

IpcMainGatewaySymbol

IpcMainGatewaySymbol: typeof IpcMainGatewaySymbol = ...

The symbol used to register IpcMainGateway.

IpcMainQueryBusSymbol

IpcMainQueryBusSymbol: typeof IpcMainQueryBusSymbol = ...

The symbol used to register IpcMainQueryBus.

IpcRendererCommandBusSymbol

IpcRendererCommandBusSymbol: typeof IpcRendererCommandBusSymbol = ...

The symbol used to register IpcRendererCommandBus.

IpcRendererEventBusSymbol

IpcRendererEventBusSymbol: typeof IpcRendererEventBusSymbol = ...

The symbol used to register IpcRendererEventBus.

IpcRendererGatewaySymbol

IpcRendererGatewaySymbol: typeof IpcRendererGatewaySymbol = ...

The symbol used to register IpcRendererGateway.

IpcRendererQueryBusSymbol

IpcRendererQueryBusSymbol: typeof IpcRendererQueryBusSymbol = ...

The symbol used to register IpcRendererQueryBus.

Functions

toError

  • toError(error: any): Error

Generated using TypeDoc