Apigatewaymanagementapi

This page documents function available when using the Apigatewaymanagementapi module, created with @service Apigatewaymanagementapi.

Index

Documentation

Main.Apigatewaymanagementapi.post_to_connectionMethod
post_to_connection(data, connection_id)
post_to_connection(data, connection_id, params::Dict{String,<:Any})

Sends the provided data to the specified connection.

Arguments

  • data: The data to be sent to the client specified by its connection id.
  • connection_id: The identifier of the connection that a specific client is using.
source