Unregistration

langoustine.lsp.structures$.Unregistration
See theUnregistration companion object
case class Unregistration(id: String, method: String)

General parameters to unregister a request or notification.

Attributes

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product