class Async::Container::Notify::Client

def stopping!(**message)

@parameters message [Hash] Additional details to send with the message.
Notify the parent controller that the child is stopping.
def stopping!(**message)
	message[:stopping] = true
	
	send(**message)
end