@Configuration(name="client") @Sources(value=Observer.class) @Operations(value=ClientOperations.class) public class Client extends Object implements org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Disposable, org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable
| Constructor and Description |
|---|
Client() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
The client is disposed of.
|
String |
getClientName() |
void |
initialise()
Intitialise the client.
|
boolean |
observerExists(ObserverExistsParams params)
Query existence of an observer.
|
void |
start()
Start the client.
|
void |
stop()
Stop the client.
|
String |
toString()
Get String repesentation.
|
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 start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic void dispose()
dispose in interface org.mule.runtime.api.lifecycle.Disposablepublic String getClientName()
public boolean observerExists(ObserverExistsParams params) throws InternalUriException
params - The parameters defining the observer.InternalUriExceptionCopyright © 2019–2024 Teslanet.nl. All rights reserved.