Interface DurableObjectNamespace.DurableObjectId

All Superinterfaces:
org.teavm.jso.JSObject
Enclosing interface:
DurableObjectNamespace

public static interface DurableObjectNamespace.DurableObjectId extends org.teavm.jso.JSObject
An instance's identity.
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the id as hexadecimal, which DurableObjectNamespace.idFromString(String) reads back.
    default String
    Returns the name this id came from, or null when it came from none.

    Methods inherited from interface org.teavm.jso.JSObject

    cast