Unregistration

case class Unregistration(id: String, method: String)

General parameters to unregister a request or notification.

Value parameters:
id

The id used to unregister the request or notification. Usually an id provided during the register request.

method

The method to unregister for.

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product