SwrReceiverBuilderPlus

Builder for creating a QueryReceiver, MutationReceiver and SubscriptionReceiver.

Note: This interface is only used in the SwrCachePlusPolicy function to pass the same property settings to QueryReceiver, MutationReceiver, and SubscriptionReceiver. For defining extensions for common ContextPropertyKey, please use soil.query.core.ContextReceiverBuilder and soil.query.core.ContextReceiver. Adding extension definitions to this interface will not make them accessible from the receivers within QueryKey, MutationKey or SubscriptionKey.

See also

Functions

Link copied to clipboard
abstract operator fun <T : Any> set(key: ContextPropertyKey<T>, value: T)