@Extension(name="petstore")
@Operations(value={PetStoreOperations.class,PetStoreOperationsWithFailures.class,PetStoreFailingOperations.class})
@ConnectionProviders(value={SimplePetStoreConnectionProvider.class,PooledPetStoreConnectionProvider.class,TransactionalPetStoreConnectionProvider.class,PooledPetStoreConnectionProviderWithFailureInvalidConnection.class,PooledPetStoreConnectionProviderWithValidConnection.class})
@ErrorTypes(value=PetstoreErrorTypeDefinition.class)
@Sources(value={PetStoreSource.class,FailingPetStoreSource.class,SentientSource.class,PetAdoptionSource.class,PetStoreStreamSource.class,PetStoreListSource.class,PartialPetAdoptionSource.class,NumberPetAdoptionSource.class,ConnectedPetAdoptionSource.class,PetFailingPollingSource.class,WatermarkingPetAdoptionSource.class})
@Xml(namespace="http://www.mulesoft.org/schema/mule/petstore",
prefix="petstore")
public class PetStoreConnector
extends Object
| Constructor and Description |
|---|
PetStoreConnector() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearTimesStarted() |
Aquarium |
getAquarium() |
PetCage |
getCage() |
List<PetCage> |
getCages() |
ExclusiveCashier |
getCashier() |
String |
getEncoding() |
List<String> |
getPets() |
static int |
getTimesStarted() |
org.mule.runtime.api.tls.TlsContextFactory |
getTls() |
org.mule.runtime.api.tls.TlsContextFactory |
getTlsContext() |
static int |
incTimesStarted() |
public org.mule.runtime.api.tls.TlsContextFactory getTlsContext()
public PetCage getCage()
public ExclusiveCashier getCashier()
public String getEncoding()
public static int getTimesStarted()
public static int incTimesStarted()
public static void clearTimesStarted()
public org.mule.runtime.api.tls.TlsContextFactory getTls()
public Aquarium getAquarium()
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.