Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultChannelAddress is the address that user application listen to DefaultChannelAddress = "127.0.0.1" // DefaultChannelRequestTimeout is the timeout when Dapr calls user app via app channel DefaultChannelRequestTimeout = time.Minute * 1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppChannel ¶
type AppChannel interface { GetBaseAddress() string InvokeMethod(ctx context.Context, req *invokev1.InvokeMethodRequest) (*invokev1.InvokeMethodResponse, error) }
AppChannel is an abstraction over communications with user code
Click to show internal directories.
Click to hide internal directories.