io
.
gatling
.
http
.
action
UnnamedRequestAction
Related Doc:
package action
abstract
class
UnnamedRequestAction
extends
RequestAction
Linear Supertypes
RequestAction
,
Failable
,
Interruptable
,
Chainable
,
Action
,
BaseActor
,
LazyLogging
,
ActorNames
,
Actor
,
AnyRef
,
Any
Known Subclasses
PollingStopAction
Ordering
Alphabetic
By inheritance
Inherited
UnnamedRequestAction
RequestAction
Failable
Interruptable
Chainable
Action
BaseActor
LazyLogging
ActorNames
Actor
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
UnnamedRequestAction
(
statsEngine:
StatsEngine
)
Type Members
type
Receive
=
PartialFunction
[
Any
,
Unit
]
Definition Classes
Actor
Abstract Value Members
abstract
def
next
:
ActorRef
Definition Classes
Chainable
abstract
def
sendRequest
(
requestName:
String
,
session:
Session
)
:
Validation
[
Unit
]
Definition Classes
RequestAction
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
actorName
(
base:
String
)
:
String
Definition Classes
ActorNames
def
aroundPostRestart
(
reason:
Throwable
)
:
Unit
Attributes
protected[
akka
]
Definition Classes
Actor
def
aroundPostStop
()
:
Unit
Attributes
protected[
akka
]
Definition Classes
Actor
def
aroundPreRestart
(
reason:
Throwable
,
message:
Option
[
Any
]
)
:
Unit
Attributes
protected[
akka
]
Definition Classes
Actor
def
aroundPreStart
()
:
Unit
Attributes
protected[
akka
]
Definition Classes
Actor
def
aroundReceive
(
receive:
akka.actor.Actor.Receive
,
msg:
Any
)
:
Unit
Attributes
protected[
akka
]
Definition Classes
Actor
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
implicit
val
context
:
ActorContext
Definition Classes
Actor
implicit
def
dispatcher
:
ExecutionContextExecutor
Definition Classes
BaseActor
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
execute
(
session:
Session
)
:
Unit
Definition Classes
Failable
def
executeOrFail
(
session:
Session
)
:
Validation
[
Unit
]
Definition Classes
RequestAction
→ Failable
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
val
interrupt
:
PartialFunction
[
Any
,
Unit
]
Definition Classes
Interruptable
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
lazy val
logger
:
Logger
Attributes
protected
Definition Classes
LazyLogging
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
postRestart
(
reason:
Throwable
)
:
Unit
Definition Classes
Actor
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
postStop
()
:
Unit
Definition Classes
Actor
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
preRestart
(
reason:
Throwable
,
message:
Option
[
Any
]
)
:
Unit
Definition Classes
Chainable → BaseActor → Actor
def
preStart
()
:
Unit
Definition Classes
BaseActor → Actor
def
receive
:
PartialFunction
[
Any
,
Unit
]
Definition Classes
Interruptable → Action → Actor
def
requestName
: (
Session
) ⇒
Validation
[
String
]
Definition Classes
UnnamedRequestAction
→
RequestAction
def
scheduler
:
Scheduler
Definition Classes
BaseActor
implicit final
val
self
:
ActorRef
Definition Classes
Actor
final
def
sender
()
:
ActorRef
Definition Classes
Actor
val
statsEngine
:
StatsEngine
Definition Classes
RequestAction
→ Interruptable
def
supervisorStrategy
:
SupervisorStrategy
Definition Classes
Actor
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
implicit
def
system
:
ActorSystem
Definition Classes
BaseActor
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
unhandled
(
message:
Any
)
:
Unit
Definition Classes
BaseActor → Actor
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
RequestAction
Inherited from
Failable
Inherited from
Interruptable
Inherited from
Chainable
Inherited from
Action
Inherited from
BaseActor
Inherited from
LazyLogging
Inherited from
ActorNames
Inherited from
Actor
Inherited from
AnyRef
Inherited from
Any
Ungrouped