I - Users' request typeO - Result body typepublic interface Action<I,O>
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result<O>> |
execute(ServiceContext<I> serviceContext)
Execute associated action using the input.
|
CompletableFuture<Result<O>> execute(ServiceContext<I> serviceContext)
serviceContext - Request context (Request ID, Bank ID, password, redirect URLs, etc.) and associated services (Encryption, Consent access, etc.)Copyright © 2020. All rights reserved.