Unregistration

langoustine.lsp.structures.Unregistration
See theUnregistration companion object
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.

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product