| Package | Description |
|---|---|
| org.mule.test.petstore.extension |
| Modifier and Type | Class and Description |
|---|---|
class |
PetStoreConnectionProvider<T extends PetStoreClient> |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalPetStoreClient |
| Modifier and Type | Method and Description |
|---|---|
PetStoreClient |
PooledPetStoreConnectionProvider.connect() |
PetStoreClient |
PetStoreOperations.getClient(PetStoreClient client) |
PetStoreClient |
PetStoreOperations.getClientOnLatch(PetStoreClient client,
Object countDownLatch,
Object latch) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<PetStoreClient,Integer> |
PetStoreOperationsWithFailures.failPagedOperation(int failOnPage,
boolean stickyConnections,
boolean throwConnectivity) |
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<PetStoreClient,Integer> |
PetStoreOperationsWithFailures.failPagedOperationWithErrorHandler(ErrorAction errorAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
PetStoreConnectionProvider.disconnect(PetStoreClient connection) |
Integer |
PetStoreOperationsWithFailures.failConnection(PetStoreClient client) |
Integer |
PetStoreOperationsWithFailures.failOperationWithException(PetStoreClient client) |
Integer |
PetStoreOperationsWithFailures.failOperationWithThrowable(PetStoreClient client) |
String |
PetStoreOperations.failsToReadStream(PetStoreClient connection,
String content) |
PetStoreClient |
PetStoreOperations.getClient(PetStoreClient client) |
PetStoreClient |
PetStoreOperations.getClientOnLatch(PetStoreClient client,
Object countDownLatch,
Object latch) |
Long |
PetStoreOperations.getConnectionAge(PetStoreClient client,
PetStoreConnector config) |
List<String> |
PetStoreOperations.getPets(PetStoreClient client,
PetStoreConnector config,
String ownerName,
InputStream ownerSignature) |
List<String> |
PetStoreOperations.getPetsWithIntermitentConnectionProblemAndClosingStream(PetStoreClient client,
PetStoreConnector config,
String ownerName,
InputStream ownerSignature) |
org.mule.runtime.api.connection.ConnectionValidationResult |
PooledPetStoreConnectionProviderWithFailureInvalidConnection.validate(PetStoreClient connection) |
org.mule.runtime.api.connection.ConnectionValidationResult |
PetStoreConnectionProvider.validate(PetStoreClient connection) |
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.