1C-Bitrix
25.700.0
Toggle main menu visibility
Титульная страница
Пространства имен
Пространства имен
Члены пространств имен
Указатель
$
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Функции
_
a
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
Переменные
$
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
v
w
Перечисления
a
b
c
d
e
f
g
l
m
n
o
p
r
s
t
u
v
w
Элементы перечислений
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Структуры данных
Структуры данных
Алфавитный указатель структур данных
Иерархия классов
Поля структур
Указатель
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Функции
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Переменные
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Перечисления
Элементы перечислений
Файлы
Файлы
Список членов всех файлов
Указатель
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
б
в
к
л
о
п
с
т
ю
Функции
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Переменные
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
y
б
в
к
л
о
п
с
т
ю
Блог
Хостинг
1C-Bitrix
Пространства имен
Структуры данных
Файлы
Файлы
bitrix
modules
abtest
advertising
b24connector
bitrixcloud
bizproc
bizprocdesigner
blog
calendar
classes
lib
access
application
controller
core
base
builders
converters
event
eventcategory
eventoption
handlers
managers
mappers
oauth
property
queue
agent
consumer
examples
exception
impl
interfaces
consumer.php
context.php
contextfactory.php
exception.php
listener.php
message.php
processor.php
producer.php
queue.php
routerule.php
message
processor
producer
queue
queuelistener
rule
role
section
common.php
Event
EventCategory
EventOption
FileUploader
ical
infrastructure
integration
internals
OpenEvents
public
Relation
rooms
service
sharing
sync
ui
update
userfield
watcher
push.php
serializeobject.php
usersettings.php
util.php
meta
services
.settings.php
include.php
options.php
prolog.php
catalog
clouds
cluster
conversion
currency
eshopapp
fileman
form
forum
highloadblock
iblock
idea
im
landing
ldap
learning
lists
location
mail
main
messageservice
mobileapp
perfmon
photogallery
pull
report
rest
sale
scale
search
security
sender
seo
socialnetwork
socialservices
statistic
storeassist
subscribe
support
translate
ui
vote
webservice
wiki
workflow
Список членов всех файлов
Примеры
•
Указатель
Структуры данных
Пространства имен
Файлы
Функции
Переменные
Перечисления
Элементы перечислений
Страницы
Загрузка...
Поиск...
Не найдено
consumer.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Calendar\Core\Queue\Interfaces
;
4
5
interface
Consumer
6
{
10
public
function
getQueue
():
Queue
;
11
19
public
function
receive
(): ?
Message
;
20
24
public
function
acknowledge
(
Message
$message
): void;
25
29
public
function
reject
(
Message
$message
,
bool
$requeue =
false
): void;
30
}
5
interface
Consumer
{
…
};
Bitrix\Calendar\Core\Queue\Interfaces\Consumer
Определения
consumer.php:6
Bitrix\Calendar\Core\Queue\Interfaces\Consumer\acknowledge
acknowledge(Message $message)
Bitrix\Calendar\Core\Queue\Interfaces\Consumer\reject
reject(Message $message, bool $requeue=false)
Bitrix\Calendar\Core\Queue\Interfaces\Consumer\getQueue
getQueue()
Bitrix\Calendar\Core\Queue\Interfaces\Consumer\receive
receive()
Bitrix\Calendar\Core\Queue\Interfaces\Message
Определения
message.php:16
Bitrix\Calendar\Core\Queue\Interfaces\Queue
Определения
queue.php:5
Bitrix\Calendar\Core\Queue\Interfaces
Определения
consumer.php:3
$message
$message
Определения
payment.php:8
bitrix
modules
calendar
lib
core
queue
interfaces
consumer.php
Создано системой
1.14.0