retrieve a (nested) parameter from the config
the parameter name can be a simple name like config.get("url"),
or nested parameter like config.get("servlet", "config", "url")
null is returned when the parameter is not found, or when no
configuration file is loaded.
Get the resource from the end of an agentUrl,
for example "http://myserver.com/agents/agentid/index.html" will
return "index.html"
The method will return null when the provided url does not match
the configured url
Construct an HttpService from a config
The config can contain parameters:
environment.Production.servlet_url
environment.Development.servlet_url
servlet_url
The HttpService will select the parameter based on the current environment
Let an other agent unsubscribe from one of this agents events
- If subscriptionId is provided, the subscription with this id will be
deleted
- If the parameter callbackUrl and optionally event and/or callbackMethod,
all subscriptions with matching parameters will be deleted.
Let an other agent unsubscribe from one of this agents events
- If subscriptionId is provided, the subscription with this id will be
deleted
- If the parameter callbackUrl and optionally event and/or callbackMethod,
all subscriptions with matching parameters will be deleted.