io
.
gatling
.
http
.
action
.
polling
PollingStartAction
Related Docs:
object PollingStartAction
|
package polling
class
PollingStartAction
extends
BaseActor
with
Interruptable
with
Failable
with
PollingAction
Linear Supertypes
PollingAction
,
Failable
,
Interruptable
,
Chainable
,
Action
,
BaseActor
,
LazyLogging
,
ActorNames
,
Actor
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
PollingStartAction
PollingAction
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
PollingStartAction
(
pollerName:
String
,
period:
Expression
[
FiniteDuration
]
,
requestDef:
HttpRequestDef
,
httpEngine:
HttpEngine
,
statsEngine:
StatsEngine
,
next:
ActorRef
)
(
implicit
configuration:
GatlingConfiguration
)
Type Members
type
Receive
=
PartialFunction
[
Any
,
Unit
]
Definition Classes
Actor
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
PollingStartAction
→ Failable
def
fetchPoller
(
pollerName:
String
,
session:
Session
)
:
Validation
[
ActorRef
]
Definition Classes
PollingAction
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
val
next
:
ActorRef
Definition Classes
PollingStartAction
→ Chainable
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
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
PollingStartAction
→ 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
PollingAction
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