cancel
Showing results for 
Search instead for 
Did you mean: 

One feeder class parameters to other feeder class

Former Member
0 Kudos

Dear All,

I came across a situation where i need to pass FEEDER CLASS-1 parameters to FEEDER CLASS-2 .

finally i need to save all the parameters into the database tables.

Can anyone help me to resolve this issue?

Thanks

Katrice

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

If you are using both the feeder classes in the same application configuration, you can simply raise a dummy event, pass the parameters as event data from one feeder class and handle this dummy event in the other feeder class when you can get the parameters from this event data.