Package org.ngengine.nostr4j.pool
Interface NostrPoolAckPolicy
- All Superinterfaces:
Function<List<org.ngengine.platform.AsyncTask<NostrMessageAck>>,
NostrMessageAck.Status>
- All Known Implementing Classes:
NostrPoolAllAckPolicy
,NostrPoolAnyAckPolicy
,NostrPoolQuorumAckPolicy
public interface NostrPoolAckPolicy
extends Function<List<org.ngengine.platform.AsyncTask<NostrMessageAck>>,NostrMessageAck.Status>
-
Method Summary