SingleCodecMethodConfig
Defined in: packages/core/src/schema-types.ts:147
Method config with single codec (symmetric shorthand).
Use when the same codec handles both request and response.
Type Parameters
Section titled “Type Parameters”Properties
Section titled “Properties”cancellable?
Section titled “cancellable?”
optionalcancellable:boolean
Defined in: packages/core/src/schema-types.ts:151
codec?
Section titled “codec?”
optionalcodec:C
Defined in: packages/core/src/schema-types.ts:148
response?
Section titled “response?”
optionalresponse:ResponseType
Defined in: packages/core/src/schema-types.ts:149
timeout?
Section titled “timeout?”
optionaltimeout:number
Defined in: packages/core/src/schema-types.ts:150