CancelTemplate

jsonrpclib.fs2.CancelTemplate
See theCancelTemplate companion object

A cancelation template that represents the RPC method by which cancelation

Value parameters

fromCallId

: a function to create a cancelation request out of a call id

template

: the notification template for the cancelation method

toCallId

: a function to extract a call id from a cancelation request

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type C

Value members

Abstract methods

def codec: Codec[C]
def fromCallId(callId: CallId): C
def method: String
def toCallId(cancelRequest: C): CallId