@Stereotype(value=EmpireStereotype.class) public class MoneyLaunderingOperation extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<PersonalInfo> |
INVOLVED_PEOPLE |
| Constructor and Description |
|---|
MoneyLaunderingOperation() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<HeisenbergConnection,String> |
emptyPagedOperation() |
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<HeisenbergConnection,String> |
failingPagedOperation() |
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<HeisenbergConnection,PersonalInfo> |
getPagedPersonalInfo() |
Long |
launder(HeisenbergExtension config,
long amount) |
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<HeisenbergConnection,String> |
pagedOperationUsingConnection() |
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<HeisenbergConnection,Integer> |
stickyPagedOperation() |
void |
validateMoney() |
public static final List<PersonalInfo> INVOLVED_PEOPLE
public Long launder(@Config HeisenbergExtension config, long amount)
public org.mule.runtime.extension.api.runtime.streaming.PagingProvider<HeisenbergConnection,PersonalInfo> getPagedPersonalInfo()
public org.mule.runtime.extension.api.runtime.streaming.PagingProvider<HeisenbergConnection,String> emptyPagedOperation()
public org.mule.runtime.extension.api.runtime.streaming.PagingProvider<HeisenbergConnection,String> failingPagedOperation()
public org.mule.runtime.extension.api.runtime.streaming.PagingProvider<HeisenbergConnection,String> pagedOperationUsingConnection()
public org.mule.runtime.extension.api.runtime.streaming.PagingProvider<HeisenbergConnection,Integer> stickyPagedOperation()
@Validator @Throws(value=ValidationErrorTypeProvider.class) public void validateMoney()
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.