Expand description
polling-interface polling Interface
Structs§
- AddPoll
Target Request - AddPoll
Target Response - If the request was not successful it will contain an error
- Poll
Request - A request to manually poll external services/hardware.
- Poll
Result - Results from either automatic or manual polling of external services/hardware
- Poll
Subscriber Sender - PollSubscriberSender sends messages to a PollSubscriber service The PollSubscriber interface described an actor interface that receives the results from automatic polling of external services/hardware at a specified interval. client for sending PollSubscriber messages
- Polling
Error - Contains the type or code for an error along with an optional description.
- Polling
Sender - PollingSender sends messages to a Polling service The Polling interface describes a service that automatically polls external services/hardware at a set interval, or a service which simply ensures an actor performs certain functionality at a set interval without any external input from the Polling service itself.
- Remove
Poll Target Request - Remove
Poll Target Response - If the request was not successful it will contain an error
Constants§
Traits§
- Poll
Subscriber - The PollSubscriber interface described an actor interface that receives the results from automatic polling of external services/hardware at a specified interval. wasmbus.contractId: wasmcloud:polling wasmbus.actorReceive
- Polling
- The Polling interface describes a service that automatically polls external services/hardware at a set interval, or a service which simply ensures an actor performs certain functionality at a set interval without any external input from the Polling service itself.