public class Seed extends Object implements Serializable, org.mule.runtime.api.lifecycle.Initialisable
| Constructor and Description |
|---|
Seed() |
| Modifier and Type | Method and Description |
|---|---|
void |
awaitInitialize(long timeout,
TimeUnit unit) |
Fruit |
getFruit() |
void |
initialise() |
void |
setFruit(Fruit fruit) |
public Fruit getFruit()
public void setFruit(Fruit fruit)
public void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic void awaitInitialize(long timeout,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.