public class ThingTypes extends Object
ThingTypes()
static Optional<ThingType>
lookup(String typeId)
static ThingType
lookupOrElse(String typeId, java.util.function.Function<String,ThingType> orElse)
static reactor.core.Disposable
register(ThingType thingType)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThingTypes()
public static reactor.core.Disposable register(ThingType thingType)
public static Optional<ThingType> lookup(String typeId)
public static ThingType lookupOrElse(String typeId, java.util.function.Function<String,ThingType> orElse)
Copyright © 2019–2022. All rights reserved.