http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-wiretap
/
org.http4k.wiretap.domain
/
ViewStore
View
Store
interface
ViewStore
(
source
)
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
add
Link copied to clipboard
abstract
fun
add
(
name
:
String
,
filter
:
TransactionFilter
)
:
View
list
Link copied to clipboard
abstract
fun
list
(
)
:
List
<
View
>
remove
Link copied to clipboard
abstract
fun
remove
(
id
:
ViewId
)
update
Link copied to clipboard
abstract
fun
update
(
view
:
View
)