Skip to main content

Demo.ZenService.Boper.GetWeatherReport

class Demo.ZenService.Boper.GetWeatherReport extends Ens.BusinessOperation

Business operation responsible for obtaining a string that tells the weather, based on an input string that gives a location.

Method Inventory

Parameters

parameter ADAPTER = Ens.OutboundAdapter;
Use our own simple adapter since this business operation does not call outside Ensemble
parameter INVOCATION = Queue;
Inherited description: 2 modes: Queue, InProc

Methods

method GetTheWeather(location As %String) as %String
method GetWeatherReport(pRequest As Ens.StringRequest, Output pResponse As Demo.ZenService.Msg.WeatherOperationResponse) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab