[][src]Module latticeclient::controlplane

Structs

LaunchAck
LaunchAuctionRequest

A request sent out to all listening hosts on the bus to launch a given actor with a set of given constraints

LaunchAuctionResponse

The response submitted by a host that confirms that it has sufficient resources and meets the constraints specified in the request

LaunchCommand

A command sent to a specific host instructing it to load and start a given actor

LaunchProviderCommand

A command sent to a specific host instructing it to load and start a given provider

ProviderAuctionRequest

A request sent out to all listening hosts on the bus to launch a given capability provider with the set of constraints

ProviderAuctionResponse

The response submitted by a host that confirms that it has sufficient resources and meets the constraints specified in the request to launch the indicated provider

ProviderLaunchAck
TerminateCommand

A command sent to a specific host to shut down a given actor

TerminateProviderCommand

A command sent to a specific host to terminate a given provider

Constants

AUCTION_REQ
CPLANE_PREFIX
LAUNCH_ACTOR
LAUNCH_PROVIDER
PROVIDER_AUCTION_REQ
TERMINATE_ACTOR
TERMINATE_PROVIDER