Package | Description |
---|---|
com.sap.cloud.sdk.services.blockchain.multichain.model | |
com.sap.cloud.sdk.services.blockchain.multichain.service |
Modifier and Type | Method and Description |
---|---|
MultichainResult |
MultichainPublisher.getFirst() |
MultichainResult |
MultichainPublisher.getLast() |
Modifier and Type | Method and Description |
---|---|
void |
MultichainPublisher.setFirst(MultichainResult first) |
void |
MultichainPublisher.setLast(MultichainResult last) |
Constructor and Description |
---|
MultichainPublisher(String publisher,
Integer items,
Integer confirmed,
MultichainResult first,
MultichainResult last) |
Modifier and Type | Method and Description |
---|---|
MultichainResult |
MultichainService.getStreamItem(String streamName,
String txId,
boolean verbose)
Retrieves a specific item with txid from stream, passed as a stream name, ref or creation txid, to which the node
must be subscribed.
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<MultichainResult> |
MultichainService.getLatestEntryOnStream(String streamName,
String key)
Get latest entry for key in the stream
|
List<MultichainResult> |
MultichainService.listAllStreamItems(String streamName)
Lists all items in stream, passed as a stream name, ref or creation txid.
|
List<MultichainResult> |
MultichainService.listAllStreamKeys(String streamName,
boolean verbose,
int count,
int start,
boolean localOrdering)
Provides information about all keys in stream, passed as a stream name, ref or creation txid Hex-data entries are
decoded to ASCII strings.
|
List<MultichainResult> |
MultichainService.listStreamItems(String streamName,
boolean verbose,
int count,
int start,
boolean localOrdering)
Lists items in stream, passed as a stream name, ref or creation txid.
|
List<MultichainResult> |
MultichainService.listStreamKeyItems(String streamName,
String key,
boolean verbose,
int count,
int start,
boolean localOrdering)
This works like listStreamItems, but listing items with the given key only.
|
List<MultichainResult> |
MultichainService.listStreamKeys(String streamName,
List<String> keys,
boolean verbose,
int count,
int start,
boolean localOrdering)
Provides information about keys in stream, passed as a stream name, ref or creation txid Hex-data entries are
decoded to ASCII strings.
|
List<MultichainResult> |
MultichainService.listStreamPublisherItems(String streamName,
String address,
boolean verbose,
int count,
int start,
boolean localOrdering)
This works like liststreamitems, but listing items published by the given address only.
|
Copyright © 2020 SAP SE. All rights reserved.