@Service(value="hbciListTransactions") public class HbciListTransactionsEntrypoint extends Object implements ListTransactions
| Modifier and Type | Class and Description |
|---|---|
static interface |
HbciListTransactionsEntrypoint.FromRequest
Mapper to convert incoming user request to processable request context.
|
| Constructor and Description |
|---|
HbciListTransactionsEntrypoint() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result<TransactionsResponseBody>> |
execute(ServiceContext<ListTransactionsRequest> serviceContext)
Execute associated action using the input.
|
protected TransactionListHbciContext |
prepareContext(ServiceContext<ListTransactionsRequest> serviceContext) |
public CompletableFuture<Result<TransactionsResponseBody>> execute(ServiceContext<ListTransactionsRequest> serviceContext)
Actionexecute in interface Action<ListTransactionsRequest,TransactionsResponseBody>serviceContext - Request context (Request ID, Bank ID, password, redirect URLs, etc.) and associated services (Encryption, Consent access, etc.)protected TransactionListHbciContext prepareContext(ServiceContext<ListTransactionsRequest> serviceContext)
Copyright © 2020. All rights reserved.