class Async::Container::Notify::Server

def bind

@returns [Context] The bound context.

Generate a bound context for receiving messages.
def bind
	Context.new(@path)
end