code.data.signpost.SignpostCollection
Aliases
Parameters
subClasses
superClasses
Any
code.data.Exceptor
code.data.UpstreamComponent
java.lang.Object
Js Constructors
ApplyMethods
Methods
$bang$eq
(
x$1:
Any
)
:
boolean
$eq$eq
(
x$1:
Any
)
:
boolean
$hash$hash
()
:
int
$init$
()
:
Unit
asInstanceOf
()
:
scala.Any.T0
cleanupSignpost
(
identity:
code.data.SignpostIdentity
)
:
scala.Option
[
java.lang.Exception
]
eq
(
x$1:
java.lang.Object
)
:
boolean
equals
(
x$1:
Any
)
:
boolean
getAllSignposts
()
:
scala.collection.immutable.List
[
scala.Tuple2
[
code.data.SignpostIdentity
code.data.signpost.Signpost
]
]
getClass
()
:
java.lang.Class
[
Any
]
getMessage
(
identity:
code.data.SignpostIdentity
)
:
scala.Option
[
java.lang.String
]
getSignpost
(
identity:
code.data.SignpostIdentity
)
:
scala.Option
[
code.data.signpost.Signpost
]
hashCode
()
:
int
isHealthy
()
:
boolean
isInstanceOf
()
:
boolean
ne
(
x$1:
java.lang.Object
)
:
boolean
notify
()
:
Unit
notifyAll
()
:
Unit
publish
(
identity:
code.data.SignpostIdentity
,
message:
java.lang.String
)
:
scala.util.Either
[
java.lang.Exception
java.lang.String
]
shutdown
()
:
Unit
startup
()
:
Unit
subscribe
(
subscriber:
java.lang.String
,
identity:
code.data.SignpostIdentity
,
callback:
scala.Function1
[
Unit
scala.Option
[
java.lang.String
]
]
)
:
scala.util.Either
[
code.data.signpost.Signpost
java.lang.Exception
]
synchronized
(
x$1:
java.lang.Object.T0
)
:
java.lang.Object.T0
toString
()
:
java.lang.String
unsubscribe
(
subscriber:
java.lang.String
,
identity:
code.data.SignpostIdentity
)
:
scala.util.Either
[
Unit
java.lang.Exception
]
wait
()
:
Unit
wait
(
x$1:
long
)
:
Unit
wait
(
x$1:
long
,
x$2:
int
)
:
Unit