Options
All
  • Public
  • Public/Protected
  • All
Menu

@kalix-io/kalix-javascript-sdk

Index

Type Aliases

Message: {}

A message object.

Type declaration

  • [key: string]: any
CommandReply<Message>: Reply<Message> | Message | undefined | void

Command reply types.

Type Parameters

  • Message extends object = object

EffectMethod: grpc.MethodDefinition<any, any> | protobuf.Method | protobuf.ReflectionObject | null

Service method to call for an effect (forward or side effect).

MetadataValue: string | Buffer

A metadata value. Can either be a string or a buffer.

A principal associated with a request.

Serializable: protobuf.Message | TypedJson | object | string | number | boolean | Long | Buffer

A type that is serializable.

References

Re-exports Reply

Generated using TypeDoc