@Configuration(name="ironMan") @Operations(value=IronManOperations.class) @ConnectionProviders(value={MissileProvider.class,OddMissileProvider.class}) public class IronMan extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_NAME |
| Constructor and Description |
|---|
IronMan() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFlightPlan() |
int |
getMissilesFired() |
void |
setFlightPlan(String flightPlan) |
void |
track(Missile missile) |
public static final String CONFIG_NAME
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.