> Is there a way to pass a parameter using an API, say, from an endpoint, to an observer.
Sure. You can implement an endpoint, an observer, and a singleton that both use to share state, whatever you like. On Thu, Aug 22, 2013 at 9:36 AM, Wei Tan <[email protected]> wrote: > Hi all, > > I want to add some dynamic behavior to my observer cp, say: > > postPut(){ > > if(flag) {do function1()}; > else {do function2()} > > } > > Is there a way to dynamically change the value of flag? One Feasible > approaches is to change a value in table descriptor, but then I need to > restart the table. Is there a way to pass a parameter using an API, say, > from an endpoint, to an observer? Another way to ask this question is, is > there a shared variable between an observer, and an endpoint, in a common > table? > > Thanks, > Wei -- Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
