Instance Constructors
-
new
ConfigurationResource
(parent: BrokerResource, dto: BrokerDTO)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
admining
[T]
(dest: Topic)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
admining
[T]
(dest: Queue)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
admining
[T]
(host: VirtualHost)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
admining
[T]
(broker: Broker)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
asInstanceOf
[T0]
: T0
-
def
authenticate
[T]
(authenticator: Authenticator)(func: (SecurityContext) ⇒ Unit): Unit
-
def
authorize
[T]
(authenticator: Authenticator, authorizer: Authorizer, action: String, resource: SecuredResource)(block: ⇒ FutureResult[T]): FutureResult[T]
-
def
canEqual
(arg0: Any): Boolean
-
def
clone
(): AnyRef
-
def
configing
[T]
(broker: Broker)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
copy
(other: Resource): Unit
-
def
create_result
(status: Status, message: Any): WebApplicationException
-
val
dto
: BrokerDTO
-
def
edit_html
(name: String): EditConfig
-
def
edit_post
(name: String, config: String): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
lazy val
etc_directory
: File
-
def
finalize
(): Unit
-
def
get
(name: String): Array[Byte]
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
var
http_request
: HttpServletRequest
-
def
isInstanceOf
[T0]
: Boolean
-
def
list
(): Array[String]
-
-
def
monitoring
[T]
(dest: Topic)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
monitoring
[T]
(dest: Queue)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
monitoring
[T]
(host: VirtualHost)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
monitoring
[T]
(broker: Broker)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
now
: Long
-
-
def
path
(value: Any): URI
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
def
put
(name: String, config: Array[Byte]): Unit
-
def
requested_uri
: String
-
def
result
[T]
(uri: URI): T
-
def
result
(value: Status, message: Any = null): Nothing
-
def
runtime
: BrokerDTO
-
def
strip_resolve
(value: String): URI
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
implicit def
to_local_router
(host: VirtualHost): LocalRouter
-
def
unauthorized
: Nothing
-
var
uri_info
: UriInfo
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
with_broker
[T]
(func: (Broker) ⇒ FutureResult[T]): FutureResult[T]
-
def
with_connection
[T]
(id: Long)(func: (BrokerConnection) ⇒ FutureResult[T]): FutureResult[T]
-
def
with_connector
[T]
(id: String)(func: (Connector) ⇒ FutureResult[T]): FutureResult[T]
-
def
with_virtual_host
[T]
(id: String)(func: (VirtualHost) ⇒ FutureResult[T]): FutureResult[T]
Deprecated Value Members
-
def
productElements
: Iterator[Any]
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any
A broker resource is used to represent the configuration of a broker.